CMFCToolBar::SaveState
保存工具栏的状态信息在Windows注册表。
virtual BOOL SaveState(
LPCTSTR lpszProfileName=NULL,
int nIndex=-1,
UINT uiID=(UINT)-1
);
参数
[in] lpszProfileName
指定Windows注册表项的相对路径。[in] nIndex
工具栏上的控件ID。[in] uiID
工具栏的资源ID。
返回值
非零,如果方法成功;否则为0。
备注
当保存应用程序状态对注册表时,框架调用此方法。 有关更多信息,请参见 CWinAppEx::SaveState。
要求
标头: afxtoolbar.h