| 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> |
| ProError | 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 |
|
|