Category Manufacturing, Object ProMfgdb

Function ProMfgdbQuerynodeRightChildGet


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