Common Dialog Boxes Structures (Windows CE 5.0)
The following table shows the common dialog boxes structures, with a description of the purpose of each.
Programming element | Description |
---|---|
CHOOSECOLOR (structure) | This structure contains information the ChooseColor function uses to initialize the Color common dialog box. |
CHOOSEFONT (structure) | This structure contains information that ChooseFont (function) uses to initialize the Font dialog box. |
DEVNAMES | This structure contains strings that identify the driver, device, and output port names for a printer. |
OFNOTIFY | This structure contains information about the WM_NOTIFY message sent to a hook procedure from an Explorer-style Open or Save As dialog box. |
OPENFILENAME | This structure contains information the operating system uses to initialize the system-defined Open or Save As dialog box. |
PAGESETUPDLG (structure) | This structure contains information used by PageSetupDlg (function) to initialize the Page Setup common dialog box. |
PRINTDLG (structure) | This structure contains information the PrintDlg (function) uses to initialize the Print common dialog box. |
See Also
Send Feedback on this topic to the authors