RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayAllocData Function

Allocates the actual data of the given safe array.

Pascal
function SafeArrayAllocData(VarArray: PVarArray): HRESULT; stdcall;
C++
__stdcall HRESULT SafeArrayAllocData(PVarArray VarArray);

SafeArrayAllocData allocates the actual data 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!