Help Center

DSAFEARRAY.Copymethod

Creates a copy of the safe array.

COMmethodDSafeArray.incdocumented

Syntax

FUNCTION Copy () AS SAFEARRAY PTR

Return value

Pointer of the new array descriptor. You must free this pointer calling the API function SafeArrayDestroy.

Description

Creates a copy of the safe array.

Reference

  • Include file DSafeArray.inc
  • Defined in AfxNova/DSafeArray.inc:847
  • Documented in COM/DSAFEARRAY Class.md
  • Topic: DSAFEARRAY Class