Category Custom user interface, Object ProUITree

Function ProUITreeNodeTypeNodesGet


Description
Get the nodes to the nodetype.
Synopsis
#include <ProUITree.h>
ProErrorProUITreeNodeTypeNodesGet(
ProUITreeNodeType data
/* (In)
Nodetype data.
*/
int* num_nodes
/* (Out)
Number of nodes.
*/
char*** array_nodes
/* (Out)
List of nodes to a nodetype.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Tree NodeType Functions