This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
CDocTemplate::OpenDocumentFile
Opens a file specified by a path.
virtual CDocument* OpenDocumentFile(
LPCTSTR lpszPathName,
) = 0;
virtual CDocument* OpenDocumentFile(
LPCTSTR lpszPathName,
BOOL bAddToMRU,
) = 0;
[in] lpszPathName Pointer to the path of the file that contains the document to be opened.
[in] bAddToMRU TRUE indicates the document is one of the most recent files; FALSE indicates the document is not one of the most recent files.
A pointer to the document whose file is named by lpszPathName ; NULL if unsuccessful.
Opens the file whose path is specified by lpszPathName . If lpszPathName is NULL , a new file that contains a document of the type associated with this template is created.