SECWorkspaceManagerEx::OpenWorkspaceCustomData
voidSECWorkspaceManagerEx::OpenWorkspaceCustomData(SECPersistentTreeNode*pRoot, const CString&strWorkspaceName)
Overridable to load your own custom workspace data.
Defined in: SWSMGREX.CPP
Return Value
void
Parameters
pRoot
Pointer to root persistant tree node object.
strWorkspaceName
Reference to the workspace name being opened.
Comments
Override this function to load your own custom data associated with a particular workspace. This function is intended to be used in tandem with SaveWorkspaceCustomData
See Also