GetSafeArray method

Gets the value of the data object to the bounds in the specified SAFEARRAY data type.

Syntax

HRESULT retVal = object.GetSafeArray(ppsa);

Parameters

  • ppsa [in]
    Type: SAFEARRAY

    Address of a pointer to the SAFEARRAY data type.

Remarks

SAFEARRAY is expected to be a one-dimensional, eight-element array. The array values, inherited from the DXBNDS structure, are MinX, MaxX, MinY, MaxY, MinZ, MaxZ, MinT, and MaxT, in that order.