Description | ||||||||||||||
Retrieves the generic model, given its handle. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcModel::GenericName | |||||||||||||
pfcFamilyMember::Parent | ||||||||||||||
pfcFamilyMember::GetTopGenericInfo | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProFaminstance.h> | ||||||||||||||
ProError | ProFaminstanceGenericGet | ( | ||||||||||||
ProMdl inst_model | ||||||||||||||
/* (In) | ||||||||||||||
The handle to the instance model. | ||||||||||||||
*/ | ||||||||||||||
int immediate | ||||||||||||||
/* (In) | ||||||||||||||
If you set this to TRUE, the system searches for the immediate generic. If this is FALSE, the system searches for the top-level generic. | ||||||||||||||
*/ | ||||||||||||||
ProMdl* gen_model | ||||||||||||||
/* (Out) | ||||||||||||||
The handle to the top-level or immediate generic model. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|