Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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