CBasePane::SaveState
保存窗格的状态对注册表。
virtual BOOL SaveState(
LPCTSTR lpszProfileName=NULL,
int nIndex=-1,
UINT uiID=(UINT)-1
);
参数
[in] lpszProfileName
配置文件的名称。[in] nIndex
配置文件索引。[in] uiID
窗格ID.
返回值
TRUE,如果该状态成功保存为;否则 FALSE。
备注
当保存窗格的状态对注册表时,框架调用此方法。 具有派生类中重写 SaveState 存储附加信息。
要求
标头: afxbasepane.h