GDialog

GDialog — a dialog box.

Synopsis

class GDialog GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GDialog

Class Members

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.

Create (args?...)

Search on CDialog::Create.

DoModal (args?...)

Search on CDialog::DoModal.

EndDialog (nRetCode)
MapDialogRect (lpRect)

This class also inherits the functions of GWindowBase.