Documentação da API > Custom user interface > Object ProUITree > Function ProUITreeNodeTypeAlloc
Function ProUITreeNodeTypeAlloc
Description
To allocate ProUITreeNodeType data.
Synopsis
#include <ProUITree.h>
ProUITreeNodeTypeAlloc
(
char* node_type_name
/* (In)
Name of the node type.
*/
/* (Out)
The allocated node type data. Free this using ProUITreeNodeTypeFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?