RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayAllocDescriptor Function

Allocates a descriptor for the safe array.

Pascal
function SafeArrayAllocDescriptor(DimCount: Integer; out VarArray: PVarArray): HRESULT; stdcall;
C++
__stdcall HRESULT SafeArrayAllocDescriptor(int DimCount, PVarArray VarArray);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!