Function ProMdlLockSet
Description
Set lock/unlock state to the model.
Synopsis
#include <ProMdl.h>
ProMdlLockSet
(
ProMdl model
/* (In)
The model.
*/
/* (In)
PRO_B_TRUE to lock the model, PRO_B_FALSE to unlock the model.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The function failed. User also receive this error if user call this API to lock/unlock the model which is already locked/unlocked correspondingly.
User Guide References
¿Fue esto útil?