Category Manufacturing, Object ProMfgdb

Function ProMfgdbQueryTargetGet


Description
Return the target object searched for by the query tree that contains the specified node. All nodes in the same query tree return the same target.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbQueryTargetGet(
ProMfgdbQuerynode node
/* (In)
The query node.
*/
ProMfgdbObjCategory* p_target
/* (Out)
The target of a query.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrived the target.
PRO_TK_BAD_INPUTSThe node handle was invalid.

Manual References:

  1. Production Applications: Customized Tool Database: Querying the External Database
  2. Production Applications: Customized Tool Database: Querying the External Database