Поделиться через


CWinApp::SelectPrinter

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 
);

Параметры

  • 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.

Заметки

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

Требования

Header: afxwin.h

См. также

Основные понятия

CWinApp Class

CWinApp Members

Hierarchy Chart

CPrintDialog Class

DEVMODE

DEVNAMES Structure