SECWorkspaceManagerEx::PromptWorkspaceName
BOOLSECWorkspaceManagerEx::PromptWorkspaceName(CString&strWorkspaceName, BOOLbSaveAs)
Prompt for a new workspace name, either through an Open or SaveAs operation.
Defined in: SWSMGREX.CPP
Return Value
True on successful prompt.
Parameters
strWorkspaceName
Receives the name of the new workspace.
bSaveAs
If true, use SaveAs dialog, else Open dialog.
Comments
Override this function to provide your own custom dialog support.