Share via


COleSafeArray::Copy

Creates a copy of an existing safe array.

void Copy(
   LPSAFEARRAY* ppsa 
);

Parameters

  • ppsa
    Pointer to a location in which to return the new array descriptor.

Remarks

On error, the function throws a CMemoryException or COleException.

Requirements

Header: afxdisp.h

See Also

Reference

COleSafeArray Class

Hierarchy Chart

SafeArrayCopy Function

Other Resources

COleSafeArray Members