CPrinterConfigImpl Class

class CPrinterConfigImpl: public CPrinterConfig

The CPrinterConfigImpl template class derives from CPrinterConfig and provides the requisite concretization of the CPrinterConfig abstract base class.

Defined in: PrinterConfig.h

Class Template Arguments

bOwnsHandles = true

Default value of true assigns CPrinterConfigImpl ownership of the DEVMODE and DEVNAMES global memory handles and frees them when the CPrintConfigImpl object destructs.

Class Members

FOUNDATION_API CPrinterConfigImpl()

Constructs the printer configuration object.

HANDLE m_hDevMode

Handle to the Win32 DEVMODE structure.

HANDLE m_hDevNames

Handle to the Win32 DEVNAMES structure.