API 설명서 > Family table > Object ProFaminstance > Function ProFaminstanceMdlGet
Function ProFaminstanceMdlGet
Description
Retrieves the handle to the instance model, if it is in session.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
ProFaminstanceMdlGet
(
/* (In)
The handle to the instance.
*/
ProMdl* pp_model
/* (Out)
The handle to the instance model. You must allocate the space for this argument.
*/
)
Returns
The function successfully retrieved the handle.
The specified instance model is not in session.
A general error occurred and the function failed.
Sample Code References
User Guide References
도움이 되셨나요?