System.VarUtils.SafeArrayAllocDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SafeArrayAllocDescriptor; external oleaut name 'SafeArrayAllocDescriptor';

C++

extern "C" HRESULT __stdcall SafeArrayAllocDescriptor(int DimCount, /* out */ System::PVarArray &VarArray);

Properties

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

Description

Allocates a descriptor for the safe array.

SafeArrayAllocDescriptor allocates a descriptor for the given safe array. It is used internally by the SafeArrayCreate and SafeArrayCopy routines. We recommend you not to use it directly when writing your application.

See Also