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.
Remarks
Call this function to return a pointer to the element specified by the index values.
COleSafeArray Overview | Class Members | Hierarchy Chart
See Also SafeArrayPtrOfIndex