Description | ||||||||||||||
Generates a list of all the slot identifiers for the specified class. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcExternalDataClass::ListSlots | |||||||||||||
Synopsis | ||||||||||||||
#include <ProExtdata.h> | ||||||||||||||
ProExtdataErr | ProExtdataSlotIdsList | ( | ||||||||||||
ProExtdataClass* p_extclass | ||||||||||||||
/* (In) | ||||||||||||||
The class handle | ||||||||||||||
*/ | ||||||||||||||
int* r_num_of_slots | ||||||||||||||
/* (Out) | ||||||||||||||
The number of slots in the class | ||||||||||||||
*/ | ||||||||||||||
ProExtdataIdsList* r_slot_ids | ||||||||||||||
/* (Out) | ||||||||||||||
The list of slots identifiers for the class | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|