SECFrameWnd::InitWorkspaceMgrEx
SECWorkspaceManagerEx*SECFrameWnd::InitWorkspaceMgrEx(const CString&strAppKey, BOOLbRegistryMode, CRuntimeClass*pWSClass, BOOLbSectionKey)
Creates and associates a workspace manager with the frame. The workspace manager can store workspace information in either a registry hive or in a file.
Defined in: swinfrm.cpp
Return Value
SECWorkspaceManagerEx*
Parameters
strAppKey
Registry path to access stored workspaces.
bRegistryMode
The Storage mode desired. TRUE if all information is to be stored in the registry, FALSE if infomation to be written to file.
pWSClass
Pointer to a SECWorkspaceManagerEx derived class. This may be used if over rides to default functionality are required. This parameter defaults to the base class.
bSectionKey
strAppKey is passed as a parameter to CWinApp::GetSectionKey to obtain the base registry key
Comments
Initializes the workspace manager.