SECWorkspaceManagerEx::OpenAdditionalViewPerFrame

BOOLSECWorkspaceManagerEx::OpenAdditionalViewPerFrame(const CDocument*pDoc, const CFrameWnd*pFrame, const SECPersistentTreeNode*pAddViewNode)

Override to open an an additional view stored per 1 frame window.

Defined in: SWSMGREX.CPP

Return Value

True on success, False otherwise

Parameters

pDoc

Pointer to the document associated with this additional view.

pFrame

Pointer to the frame window owning this additional view (frame already exists).

pAddViewNode

PTN object with app-specific data.

Comments

This function is called when the workspace mgr has stored data used to restore additional views per single frame window. Although the workspace mgr stores some default data, it really is up to the application to override this function to restore state specific information, such as opening up a new tab in a tab window, or creating a splitter window.

See Also

SaveAdditionalViewPerFrame