Dialog functions
The following functons are used in the dialog API.
Function | Description |
---|---|
Dialog | Shows "uncontrollable" dialog |
DialogEx | Shows extended dialog |
SendDlgMessage | Sends a message to the dialog callback function |
DefDlgProc | Calls the default dialog callback function |
DlgProc | Dialog callback function template |
See also: