PORT_INFO_1 struttura

La struttura PORT_INFO_1 identifica una porta stampante supportata.

Sintassi

typedef struct _PORT_INFO_1 {
  LPTSTR pName;
} PORT_INFO_1, *PPORT_INFO_1;

Members

Pname

Puntatore a una stringa con terminazione null che identifica una porta stampante supportata, ad esempio "LPT1:").

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
_PORT_INFO_1W (Unicode) e _PORT_INFO_1A (ANSI)

Vedi anche

Stampa

Stampare strutture API Spooler

EnumPorts