Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Overview | Class Members | Hierarchy Chart
See Also CPrintDialog, DEVMODE, DEVNAMES