DSAFEARRAY.UnaccessDatamethod
Decrements the lock count of an array, and invalidates the pointer retrieved by AccessData.
Syntax
FUNCTION UnaccessData () AS HRESULT
Return value
S_OK (0) on success or an HRESULT code on failure.
Description
Decrements the lock count of an array, and invalidates the pointer retrieved by AccessData.
Reference
- Include file
DSafeArray.inc - Defined in AfxNova/DSafeArray.inc:790
- Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class