OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Contains information about the initialization and environment of a printer device. More...
#include <owl/printer.h>
Public Member Functions | |
TDevMode (const tstring &device) | |
Retrieves the DEVMODE device data for the given device. | |
auto | GetData () const -> const DEVMODE * |
Returns a pointer to the device data (const). | |
auto | GetData () -> DEVMODE * |
Returns a pointer to the device data. | |
Contains information about the initialization and environment of a printer device.
Encapsulates the DEVMODE structure in the Windows API. http://msdn.microsoft.com/en-gb/library/windows/desktop/dd183565.aspx
owl::TPrinter::TDevMode::TDevMode | ( | const tstring & | device | ) |
Retrieves the DEVMODE device data for the given device.
Definition at line 369 of file printer.cpp.