API 설명서 > Custom user interface > Object ProUITree > Function ProUITreeNodeTypeNodesGet
Function ProUITreeNodeTypeNodesGet
Description
Get the nodes to the nodetype.
Synopsis
#include <ProUITree.h>
ProUITreeNodeTypeNodesGet
(
/* (In)
Nodetype data.
*/
int* num_nodes
/* (Out)
Number of nodes.
*/
char*** array_nodes
/* (Out)
List of nodes to a nodetype.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?