Function ProImportfeatIdArrayCreate
Description
Gets an array of maps between the item_id and user_id.
Replacement in Object TOOLKIT:
Synopsis
#include <ProImportfeat.h>
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
The function successfully got the array of maps.
Insufficient memory.
The input argument is invalid.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?