Description | |||||||||||
Obtains a model common name. This is the name to identify a PDM object containing this model file. | |||||||||||
Replacement in Object TOOLKIT: | pfcModel::CommonName | ||||||||||
pfcModel::IsCommonNameModifiable | |||||||||||
Synopsis | |||||||||||
#include <ProMdl.h> | |||||||||||
ProError | 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 | |||||||||||
|