Category Manufacturing, Object ProMfgdb

Function ProMfgdbDataAlloc


Description
Allocates memory to store optional, non-Creo Parametric-native search parameters and external tool database names for use in creating queries.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbDataAlloc(
ProMfgdbData* p_mfgdb_data
/* (Out)
The allocated structure.
*/
)
Returns
PRO_TK_BAD_INPUTSInvalid argument.
PRO_TK_NO_ERRORThe function successfully allocated the memory.
PRO_TK_OUT_OF_MEMORYInsufficient memory.

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