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