Documentación de la API > Manufacturing > Object ProMfgdb > Function ProMfgdbQuerynodeLeftChildGet
Function ProMfgdbQuerynodeLeftChildGet
Description
Return the left branch of a query node
Synopsis
#include <ProMfgdb.h>
ProMfgdbQuerynodeLeftChildGet
(
ProMfgdbQuerynode parent_node
/* (In)
The parent query node.
*/
ProMfgdbQuerynode* p_left_child
/* (Out)
The right child query node
*/
)
Returns
The function successfully retrived the left child.
The parent_node handle was invalid.
User Guide References
¿Fue esto útil?