SPNM_SETSTATICTEXT (Compact 2013)
3/28/2014
This message sets the static text of a multiple-selection spinner control.
Syntax
SPNM_SETSTATICTEXT
wParam = 0;
lParam = (LPARAM)(LPTSTR) pszText
Parameters
- wParam
Not used.
pszText
Pointer to a null-terminated string containing the desired static text.If this parameter is set to NULL, the current static text is removed.
Return Value
On success, returns SPN_OKAY. On failure, returns SPN_ERR, indicating that the spinner is not a multiple-selection type or that an error has occurred.
Requirements
Header |
shellctrls.h |