Category Custom user interface, Object ProUITree

Function ProUITreeNodeTypeNodesSet


Description
Set the nodes to the nodetype.
Synopsis
#include <ProUITree.h>
ProErrorProUITreeNodeTypeNodesSet(
ProUITreeNodeType data
/* (In)
Nodetype data.
*/
int num_nodes
/* (In)
Number of nodes to be added.
*/
char** array_nodes
/* (In)
List of node named added to the 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
  2. User Interface: Dialogs: Tree NodeType Functions