Share via


CPrintDialog::GetDevMode

LPDEVMODEGetDevMode()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 function, which is described in the Platform SDK.

Remarks

Call this function after calling DoModal to retrieve information about the printing device.

Example

See the example for CPrintDialog::PrintCollate.

CPrintDialog OverviewClass MembersHierarchy Chart

See Also   CDC::GetDeviceCaps