API 文件集 > Manufacturing > Object ProMfgdb > Function ProMfgdbNameCreate
Function ProMfgdbNameCreate
Description
Allocates and initializes a name structure for the groups into which optional, non-Creo Parametric-native search parameters are organized. Use multiple calls to this function to create multiple group structure names.
Synopsis
#include <ProMfgdb.h>
ProMfgdbNameCreate
(
ProName external_name
/* (In)
name; can be translated. Can be NULL. internal_name is used if there is no translation.
*/
ProCharName internal_name
/* (In)
name; never translated.
*/
ProLine help_text
/* (In)
help prompt for name; can be translated. Can be NULL. internal_name used if there is no translation.
*/
ProMfgdbName* p_mfgdb_name
/* (Out)
handle to allocated and initialized name structure.
*/
)
Returns
The function successfully allocated and initialized the name structure.
Insufficient memory.
One or more of the input arguments are invalid.
User Guide References
這是否有幫助?