Freigeben über


COleSafeArray::PtrOfIndex

Returns a pointer to the element specified by the index values.

void PtrOfIndex(
   long* rgIndices,
   void** ppvData 
);

Parameters

  • rgIndices
    An array of index values that identify an element of the array. All indexes for the element must be specified.

  • ppvData
    On return, pointer to the element identified by the values in rgIndices.

Requirements

Header: afxdisp.h

See Also

Concepts

COleSafeArray Class

COleSafeArray Members

Hierarchy Chart

SafeArrayPtrOfIndex