RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayUnaccessData Function

Unlocks a safe array previously locked using the SafeArrayAccessData routine.

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

Use SafeArrayUnaccessData to unlock a safe array that was previously locked with a call to SafeArrayAccessData.  

Calling SafeArrayUnaccessData is equivalent to making a call to SafeArrayUnlock with the same safe array as parameter. 

 

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