SECWorkspaceManager::Create
Initialize the workspace manager
Defined in: secwsmgr.cpp
Syntax
Create(CWinApp* pWinApp,CString strWorkspaceMgrKey)
Create(CString strWorkspaceMgrKey)
Return Value
True on success, False on error.
Parameters
pWinApp
Pointer to the main application object.
strWorkspaceMgrKey
Root registry key for workspace information (in HKEY_CURRENT_USER)
Comments
Use this function to intialize the state of the workspace manager.