Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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