RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayDestroyData Function

Destroys the actual data of the given safe array.

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

SafeArrayDestroyData destroys the actual data of the given safe array. It is used internally by the SafeDestroy routine. 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!