RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayDestroyDescriptor Function

Destroys the descriptor of the given safe array.

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

SafeArrayDestroyDescriptor destroys the descriptor 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!