DSAFEARRAY.Resetmethod
Like DestroyData, destroys all the data in a safe array. It is the same that Clear and Erase.
Syntax
FUNCTION DestroyData () AS HRESULT
Also documented as
Clear, DestroyData, Erase — one description covers them all.Return value
S_OK (0) on success or an HREUSLT code on failure.
Description
Destroys all the data in a safe array.
Reference
- Include file
DSafeArray.inc - Defined in AfxNova/DSafeArray.inc:993
- Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class