System.VarUtils.SafeArrayDestroyDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayDestroyDescriptor; external oleaut name 'SafeArrayDestroyDescriptor';

C++

extern "C" HRESULT __stdcall SafeArrayDestroyDescriptor(System::PVarArray VarArray);

Properties

Type Visibility Source Unit Parent
function external public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

Destroys the descriptor of the given safe array.

SafeArrayDestroyDescriptor destroys the descriptor of the given safe array. It is used internally by the SafeArrayDestroy routine. We recommend you not to use it directly when writing your application.

See Also