Share via


CTagManager::LoadFromFile

Loads a buffer from an external file.

BOOL LoadFromFile(
   LPCTSTR lpszFileName
);

Parameters

  • [in] lpszFileName
    Specifies file name to load from. It should be either a fully qualified file name or the name of a file in the same directory where the running module is located.

Return Value

TRUE if the buffer was loaded successfully from the file; FALSE if CFileException occurred (this method handles that exception).

Requirements

Header: afxtagmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CTagManager Class