Description | ||||||||
Allows the user to determine whether the given node is a leaf (that is, a node that contains expressions). | ||||||||
Synopsis | ||||||||
#include <ProMfgdb.h> | ||||||||
ProError | ProMfgdbQuerynodeIsLeaf | ( | ||||||
ProMfgdbQuerynode query_node | ||||||||
/* (In) | ||||||||
The query node. | ||||||||
*/ | ||||||||
ProBoolean* leaf_node | ||||||||
/* (Out) | ||||||||
Node is a leaf. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|