#ifndef _NTPOAPI_H // rev typedef struct _PROCESSOR_PERF_CAP_HV { ULONG Version; ULONG InitialApicId; ULONG Ppc; ULONG Tpc; ULONG ThermalCap; } PROCESSOR_PERF_CAP_HV, *PPROCESSOR_PERF_CAP_HV; #endif View code on GitHub
No description available.