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.
This class also inherits the functions of
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.