The DEVNAMES structure contains strings that identify the driver, device, and output port names for a printer. The PrintDlg function uses these strings to initialize members in the system-defined Print dialog box. When the user closes the dialog box, information about the selected printer is returned in this structure.
typedef struct tagDEVNAMES { // dvnm WORD wDriverOffset; WORD wDeviceOffset; WORD wOutputOffset; WORD wDefault; // driver, device, and port name strings follow wDefault } DEVNAMES;
On output, the wDefault member is changed only if the Print Setup dialog box was displayed and the user chose the OK button. The DN_DEFAULTPRN flag is used if the default printer was selected. If a specific printer is selected, the flag is not used. All other flags in this member are reserved for internal use by the Print Dialog box procedure.
file: /Techref/os/win/api/win32/struc/src/str03_19.htm, 3KB, , updated: 2000/4/7 12:20, local time: 2024/11/2 22:19,
18.117.107.40:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str03_19.htm"> DEVNAMES</A> |
Did you find what you needed? |