API Documentation
>
Custom user interface
>
Object ProUITree
> Function ProUITreeNodeTypePrefixSet
Function ProUITreeNodeTypePrefixSet
Description
Set prefix to the nodetype.
Synopsis
#include <
ProUITree.h
>
ProError
ProUITreeNodeTypePrefixSet
(
ProUITreeNodeType
data
/* (In)
Nodetype data.
*/
wchar_t
* prefix
/* (In)
String to be added as prefix to the nodetype.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
The function failed.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
User Guide References
Tree NodeType Functions:ProUITreeNodeTypePrefixSet
Was this helpful?
This site works best with JavaScript enabled