struttura JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION (winnt.h)

Contiene informazioni di base sulla contabilità e sull'I/O per un oggetto processo.

Sintassi

typedef struct _JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION {
  JOBOBJECT_BASIC_ACCOUNTING_INFORMATION BasicInfo;
  IO_COUNTERS                            IoInfo;
} JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION, *PJOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION;

Members

BasicInfo

Struttura JOBOBJECT_BASIC_ACCOUNTING_INFORMATION che specifica le informazioni contabili di base per il processo.

IoInfo

Struttura IO_COUNTERS che specifica le informazioni di contabilità di I/O per il processo. La struttura include informazioni per tutti i processi che sono stati associati al processo, oltre alle informazioni per tutti i processi attualmente associati al processo.

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (include Windows.h)

Vedi anche

IO_COUNTERS

JOBOBJECT_BASIC_ACCOUNTING_INFORMATION

QueryInformationJobObject