TB_SAVERESTORE
The
TB_SAVERESTORE message saves or restores the state of the toolbar.
TB_SAVERESTORE
wParam = (WPARAM) (BOOL) fSave;
lParam = (LPARAM)
(TBSAVEPARAMS *)ptbsp;
Parameters
fSave
Save or
restore flag. If this parameter is TRUE, the information is saved. If it is
FALSE, it is restored.
ptbsp
Pointer to a TBSAVEPARAMS
structure that specifies the registry key, subkey, and value name for the
toolbar state information.
Return Values
No return
value.
See Also