Platform SDK: DLLs, Processes, and Threads |
The JOBOBJECT_BASIC_AND_IO_ACCOUNTING_INFORMATION structure contains basic accounting and I/O accounting information for a job object.
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;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Winnt.h; include Windows.h.
Processes and Threads Overview, Process and Thread Structures, IO_COUNTERS, JOBOBJECT_BASIC_ACCOUNTING_INFORMATION, QueryInformationJobObject