Category Manufacturing, Object ProMfgdb

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>
ProErrorProMfgdbNameCreate(
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
PRO_TK_NO_ERRORThe function successfully allocated and initialized the name structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Production Applications: Customized Tool Database: Setting up the Database and Custom Search Parameters
  2. Production Applications: Customized Tool Database: Setting up the Database and Custom Search Parameters