This overview is not available for this release.
When it is complete, the overview will discuss the following functions:
| Function | Description |
| CreateDialog | Creates a modeless dialog box |
| CreateDialogIndirect | Creates modeless dialog box from memory template |
| CreateDialogIndirectParam | Creates modeless dialog box from memory template |
| CreateDialogParam | Creates a modeless dialog box |
| DefDlgProc | Provides default window message processing |
| DialogBox | Creates a modal dialog box |
| DialogBoxIndirect | Creates modal dialog box from template in memory |
| DialogBoxIndirectParam | Creates modal dialog box from template in memory |
| DialogBoxParam | Creates a modal dialog box |
| DialogProc | Processes input to a modeless dialog box |
| EndDialog | Hides a modal dialog box |
| GetDialogBaseUnits | Returns dialog base units |
| GetDlgCtrlID | Returns child window ID |
| GetDlgItem | Returns handle of a dialog control |
| GetDlgItemInt | Translates dialog text into an integer |
| GetDlgItemText | Retrieves dialog control text |
| GetNextDlgGroupItem | Returns handle of previous or next group control |
| GetNextDlgTabItem | Returns the next or previous WS_TABSTOP control |
| IsDialogMessage | Determines if a message is for a dialog box |
| MapDialogRect | Maps dialog-box units to pixels |
| SendDlgItemMessage | Sends a message to a dialog-box control |
| SetDlgItemInt | Converts an integer to a dialog text string |
| SetDlgItemText | Sets dialog title or item text |