Hi
There are 2 structures DEVMODE and DEVNAMES. What is these structures used for.
Is there any tutorial that explains the basics of devmode and devnames structure.
Regards
Karan Gupta
The DEVMODE data structure contains information about the initialization and environment of a printer or a display device.
The DEVNAMES structure contains strings that identify the driver, device, and output port names for a printer.
I don't know a tutorial form them, they are basically data structures that are passed around a lot of Windows functions.
You could try MSDN: http://msdn.microsoft.com/en-us/library/ms535771.aspx
Last edited on