Function ProMdlCommonnameGet
Description
Obtains a model common name. This is the name to identify a PDM object containing this model file.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlCommonnameGet
(
ProMdl model
/* (In)
The model.
*/
wchar_t** common_name
/* (Out)
The model common name. Free this string using ProWstringFree().
*/
ProBoolean* is_modifiable
/* (Out)
PRO_B_TRUE if the common name can be modified, PRO_B_FALSE if it has been locked by PDM and cannot be modified. This argiment can be NULL if not interested.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed.
User Guide References
¿Fue esto útil?