Documentación de la API > Family table > Object ProFaminstance > Function ProFaminstanceImmediategenericinfoGet
Function ProFaminstanceImmediategenericinfoGet
Description
Retrieves the name and model type of the immediate generic model.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
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
The function successfully retrieved the name and model type.
The specified model is not an instance -- it has no generic model.
The function failed.
User Guide References
¿Fue esto útil?