Description | |||||||||||
Retrieves the name and model type of the immediate generic model. | |||||||||||
Replacement in Object TOOLKIT: | pfcModel::GenericName | ||||||||||
pfcFamilyMember::GetImmediateGenericInfo | |||||||||||
Synopsis | |||||||||||
#include <ProFaminstance.h> | |||||||||||
ProError | ProFaminstanceImmediategenericinfoGet | ( | |||||||||
ProMdl inst_model | |||||||||||
/* (In) | |||||||||||
The handle to the instance model. | |||||||||||
*/ | |||||||||||
ProName gen_name | |||||||||||
/* (Out) | |||||||||||
The name of the immediate generic model. | |||||||||||
*/ | |||||||||||
ProMdlType* p_gen_type | |||||||||||
/* (Out) | |||||||||||
The model type of immediate generic model. If the function fails, this is set to PRO_TYPE_UNUSED. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|