CFileDialog::GetOFN
Retrieves the associated OPENFILENAME structure.
const OPENFILENAME& GetOFN( ) const;
OPENFILENAME& GetOFN( );
Return Value
An OPENFILENAME structure.
Remarks
Use the second version of this function 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.
Requirements
Header: afxdlgs.h