Share via


CWinApp::SelectPrinter

void SelectPrinter( HANDLE hDevNames**, HANDLE** hDevMode**, BOOL** bFreeOld = TRUE );

Parameters

hDevNames

 A handle to a DEVNAMES structure that identifies the driver, device, and output port names of a specific printer.

hDevMode

A handle to a DEVMODE structure that specifies information about the device initialization and environment of a printer.

bFreeOld

Frees the previously-selected printer.

Remarks

Call this member function to select a specific printer, and release the printer that was previously selected in the Print Dialog box.

If both hDevMode and hDevNames are NULL, SelectPrinter uses the current default printer.

CWinApp OverviewClass MembersHierarchy Chart

See Also   CPrintDialog, DEVMODE, DEVNAMES