Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
This message sets the characteristics of a rebar control.
Syntax
RB_SETBARINFO wParam = 0;
lParam = (LPARAM)(LPREBARINFO) lprbi;
Parameters
- wParam
Not used.
- lprbi
Long pointer to a REBARINFO structure that contains the information to be set. Set the cbSize member of this structure to sizeof(REBARINFO) before sending this message.
Return Value
Nonzero indicates success. Zero indicates otherwise.
Remarks
When the fMask member of the REBARINFO structure specifies an invalid value, this message returns TRUE when it should return FALSE.
Requirements
Header |
commctrl.h |