Documentación de la API > Custom user interface > Object ProUITree > Function ProUITreeNodeTypeNodesSet
Function ProUITreeNodeTypeNodesSet
Description
Set the nodes to the nodetype.
Synopsis
#include <ProUITree.h>
ProUITreeNodeTypeNodesSet
(
/* (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
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?