MONITOR_INFO_2 struttura

La struttura MONITOR_INFO_2 identifica un monitoraggio.

Sintassi

typedef struct _MONITOR_INFO_2 {
  LPTSTR pName;
  LPTSTR pEnvironment;
  LPTSTR pDLLName;
} MONITOR_INFO_2, *PMONITOR_INFO_2;

Members

Pname

Puntatore a una stringa con terminazione null che corrisponde al nome del monitoraggio.

pEnvironment

Puntatore a una stringa con terminazione null che specifica l'ambiente per cui è stato scritto il monitoraggio, ad esempio Windows NT x86, Windows IA64, Windows x64.

pDLLName

Puntatore a una stringa con terminazione null che corrisponde al nome della DLL di monitoraggio.

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
_MONITOR_INFO_2W (Unicode) e _MONITOR_INFO_2A (ANSI)

Vedi anche

Stampa

Stampare strutture API Spooler

AddMonitor

EnumMonitors

MONITOR_INFO_1