Category Manufacturing, Object ProMfgdb

Function ProMfgdbQuerynodeLeftChildGet


Description
Return the left branch of a query node
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbQuerynodeLeftChildGet(
ProMfgdbQuerynode parent_node
/* (In)
The parent query node.
*/
ProMfgdbQuerynode* p_left_child
/* (Out)
The right child query node
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrived the left child.
PRO_TK_BAD_INPUTSThe parent_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