Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the DEVMODE structure.
LPDEVMODE GetDevMode( ) const;
Return Value
The DEVMODE data structure, which contains information about the device initialization and environment of a print driver. You must unlock the memory taken by this structure with the Windows GlobalUnlock function, which is described in the Windows SDK.
Remarks
Call this function after calling DoModal or GetDefaults to retrieve information about the printing device.
Example
See the example for CPrintDialog::PrintCollate.
Requirements
Header: afxdlgs.h