Function ProMdlIdGet
Description
Returns the identifier of the model.
Synopsis
#include <ProMdl.h>
ProMdlIdGet
(
ProMdl model
/* (In)
A model pointer whose identifier needs to returned.
*/
int* p_id
/* (Out)
The identifier of the model. If the function fails, this is set to PRO_VALUE_UNUSED.
*/
)
Returns
The function successfully retrieved the identifier.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?