Documentação da API > Custom user interface > Object ProUITree > Function ProUITreeNodeTypeAppendStringSet
Function ProUITreeNodeTypeAppendStringSet
Description
Append the string to the nodetype.
Synopsis
#include <ProUITree.h>
ProUITreeNodeTypeAppendStringSet
(
/* (In)
Nodetype data.
*/
wchar_t* append
/* (In)
String to be appended.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?