Function ProUITreeNodetypeAdd
Description
Add a new node type to the tree using the information supplied in the given data structure. Use ProUITreeNodeTypeAlloc to fill the ProUITreeNodeType.
Synopsis
#include <ProUITree.h>
ProUITreeNodetypeAdd
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
/* (In)
Node type that should be added.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?