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