Category Manufacturing, Object ProMfgdb

Function ProMfgdbMatchAlloc


Description
Allocates memory for a structure to contain query matches.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbMatchAlloc(
ProMfgdbMatch* p_mfgdb_match
/* (Out)
pointer to handle to allocated match structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for match.
PRO_TK_BAD_INPUTSInvalid argument.
PRO_TK_OUT_OF_MEMORYInsufficient memory.

Manual References:

  1. Production Applications: Customized Tool Database: Returning the Search Results
  2. Production Applications: Customized Tool Database: Returning the Search Results