DRIVER_INFO_1 struttura

La struttura DRIVER_INFO_1 identifica un driver della stampante.

Sintassi

typedef struct _DRIVER_INFO_1 {
  LPTSTR pName;
} DRIVER_INFO_1, *PDRIVER_INFO_1;

Members

Pname

Puntatore a una stringa con terminazione null che specifica il nome di un driver della stampante.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
Winspool.h (include Windows.h)
Nomi Unicode e ANSI
_DRIVER_INFO_1W (Unicode) e _DRIVER_INFO_1A (ANSI)

Vedi anche

Stampa

Stampare strutture API Spooler

EnumPrinterDrivers