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.
Call this member function to select a specific printer, and release the printer that was previously selected in the Print Dialog box.
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
If both hDevMode and hDevNames are NULL, SelectPrinter uses the current default printer.
Requirements
Header: afxwin.h