Category
Manufacturing
, Object
ProMfgdb
Function ProMfgdbMatchAlloc
Description
Allocates memory for a structure to contain query matches.
Synopsis
#include <
ProMfgdb.h
>
ProError
ProMfgdbMatchAlloc
(
ProMfgdbMatch
*
p_mfgdb_match
/* (Out)
pointer to handle to allocated match structure.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for match.
PRO_TK_BAD_INPUTS
Invalid argument.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
Manual References:
Production Applications: Customized Tool Database: Returning the Search Results
Production Applications: Customized Tool Database: Returning the Search Results