PRINTER_OPTIONS struttura

Rappresenta le opzioni della stampante.

Sintassi

typedef struct _PRINTER_OPTIONS {
  UINT  cbSize;
  DWORD dwFlags;
} PRINTER_OPTIONS, *PPRINTER_OPTIONS;

Members

cbSize

Dimensione della struttura PRINTER_OPTIONS .

dwFlags

Set di PRINTER_OPTION_FLAGS che specifica come l'handle a una stampante restituita da OpenPrinter2 verrà usato da altre funzioni.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]
Intestazione
Winspool.h (include Windows.h)

Vedi anche

Stampa

Stampare strutture API Spooler

OpenPrinter2

PRINTER_OPTION_FLAGS