Function ProUIPushbuttonTextGet
Description
Gives the label of the pushbutton
Synopsis
ProUIPushbuttonTextGet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton
*/
char* component
/* (In)
The name of the pushbutton component
*/
wchar_t** value
/* (Out)
The new label, allocated by the function. Use ProWstringFree to release this string.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?