DSAFEARRAY.Attachmethod
Attaches a safe array to a DSAFEARRAY object.
Syntax
FUNCTION Attach (BYVAL psaSrc AS SAFEARRAY PTR) AS HRESULT
Return value
S_OK (0) on success or an HREUSLT code.
Description
Attaches a safe array to a DSAFEARRAY object.
Reference
- Include file
DSafeArray.inc - Defined in AfxNova/DSafeArray.inc:1063
- Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class