Function ProImportfeatIdArrayMapGet
Description
Gets the map with the specified index from the array of maps between the item_id and user_id.
Synopsis
#include <ProImportfeat.h>
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
*/
/* (Out)
The map
*/
)
Returns
The function successfully found the map.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?