Description | |||||||||||
Gets an array of maps between the item_id and user_id. | |||||||||||
Replacement in Object TOOLKIT: | wfcWFeature::GetIdMap | ||||||||||
Synopsis | |||||||||||
#include <ProImportfeat.h> | |||||||||||
ProError | ProImportfeatIdArrayCreate | ( | |||||||||
ProFeature* p_feat_handle | |||||||||||
/* (In) | |||||||||||
The handle of the import feature. | |||||||||||
*/ | |||||||||||
ProImportfeatIdMap** pp_id_map_arr | |||||||||||
/* (Out) | |||||||||||
An array of maps between item_id and user_id. To access individual maps, use the function ProImportfeatIdArrayMapGet(). | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProImportfeatIdArrayMapGet |