Geoff Chappell, Software Analyst
The SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION structure is what a successful call to ZwQuerySystemInformation or NtQuerySystemInformation produces in its output buffer when given the information class SystemHypervisorProcessorCountInformation (0x87).
The SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION structure is not documented.
The SYSTEM_HYPERVISOR_PROCESSOR_COUNT_INFORMATION is 0x08 bytes in 32-bit and 64-bit Windows.
Offset | Definition |
---|---|
0x00 |
ULONG NumberOfLogicalProcessors; |
0x04 |
ULONG NumberOfCores; |