Category Custom user interface, Object ProUITree

Function ProUITreeNodeTypeAlloc


Description
To allocate ProUITreeNodeType data.
Synopsis
#include <ProUITree.h>
ProErrorProUITreeNodeTypeAlloc(
char* node_type_name
/* (In)
Name of the node type.
*/
ProUITreeNodeType* data
/* (Out)
The allocated node type data. Free this using ProUITreeNodeTypeFree().
*/
)
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 Node Functions
  2. User Interface: Dialogs: Tree NodeType Functions
  3. User Interface: Dialogs: Tree NodeType Functions