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