| Description |
| Get the text appended to the labels of the nodes of the node types of the tree. Note: The order matches the order of the node type names. |
| Synopsis |
| #include <ProUITree.h> |
| ProError | ProUITreeTreenodetypeappendsGet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the tree. |
| */ |
| char* component | |
| /*
(In) |
| The name of the tree component. |
| */ |
| int* count | |
| /*
(Out) |
| Number of texts. |
| */ |
| wchar_t*** values | |
| /*
(Out) |
| Array of text appended to the labels. Free this using ProWstringarrayFree(). |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProUITreeTreenodetypenamesGet |