Documentación de la API > Manufacturing > Object ProMfgdb > Function ProMfgdbDataDbnameAdd
Function ProMfgdbDataDbnameAdd
Description
Adds the name of an external tool database to the structure created by ProMfgdbDataAlloc. To add multiple names, make multiple calls to this function with each call specifying a new db_external_name.
Synopsis
#include <ProMfgdb.h>
ProMfgdbDataDbnameAdd
(
ProMfgdbData mfgdb_data
/* (In)
handle to the mfgdb_data.
*/
ProName db_external_name
/* (In)
database name; can be translated. Can be NULL. db_internal_name is used if there is no translation.
*/
ProCharName db_internal_name
/* (In)
database name; never translated.
*/
ProLine db_name_help_text
/* (In)
help text line. This can be translated. This can also be NULL, in which case internal_name is used without translation.
*/
)
Returns
The function successfully added database name data.
One or more of the input arguments are invalid.
User Guide References
¿Fue esto útil?