SafeArrayUnaccessData function
Decrements the lock count of an array, and invalidates the pointer retrieved by SafeArrayAccessData.
Syntax
HRESULT SafeArrayUnaccessData( _In_ SAFEARRAY *psa );
Parameters
- psa [in]
-
An array descriptor created by SafeArrayCreate.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The argument psa is not valid. |
|
The array could not be unlocked. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: