CFileDialog::m_ofn   

Remarks

m_ofn is a structure of type OPENFILENAME. Use this structure to initialize the appearance of a File Open or File Save As dialog box after it is constructed but before it is displayed with the DoModal member function. For example, you can set the lpstrTitle member of m_ofn to the caption you want the dialog box to have.

For more information, see the OPENFILENAME structure in the Win32 SDK documentation.

CFileDialog OverviewClass MembersHierarchy Chart