Description | ||||||||
Gets the map with the specified index from the array of maps between the item_id and user_id. | ||||||||
Synopsis | ||||||||
#include <ProImportfeat.h> | ||||||||
ProError | ProImportfeatIdArrayMapGet | ( | ||||||
ProImportfeatIdMap* p_id_map_arr | ||||||||
/* (In) | ||||||||
The array of maps between the item_id and user_id | ||||||||
*/ | ||||||||
int index | ||||||||
/* (In) | ||||||||
The index (from 0 to (number - 1) of the map in the array of maps | ||||||||
*/ | ||||||||
ProImportfeatIdMap* p_id_map | ||||||||
/* (Out) | ||||||||
The map | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|