DSAFEARRAY.AccessDatamethod
Increments the lock count of an array, and retrieves a pointer to the array data.
Syntax
FUNCTION AccessData () AS ANY PTR
Return value
IF it succeeds, it returns a pointer to the array data. If it fails, it returns a null pointer.
Description
Retrieves a pointer to the array data and increments the lock count of an array.
Reference
- Include file
DSafeArray.inc - Defined in AfxNova/DSafeArray.inc:779
- Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class