class GFileDialog
{
m_bOpenFileDialog;
m_ofn;
m_szFileName;
m_szFileTitle;
}
These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.
Search on CFileDialog::DoModal.
Search on CFileDialog::EndDialog.
Search on CFileDialog::GetFilePath.
Search on CFileDialog::GetFolderPath.
Search on CFileDialog::GetHwnd.
Search on CFileDialog::GetReadOnlyPref.
Search on CFileDialog::GetSpec.
Search on CFileDialog::HideControl.
Search on CFileDialog::SetControlText.
Search on CFileDialog::SetDefExt.
This class also inherits the functions of
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.