#ifndef _NTPOAPI_H
// rev
typedef struct _POWER_INTERNAL_VMPERF_PRIORITY_CONFIG_INPUT
{
POWER_INFORMATION_LEVEL_INTERNAL InternalType;
ULONG Action;
ULONG Domain;
} POWER_INTERNAL_VMPERF_PRIORITY_CONFIG_INPUT, *PPOWER_INTERNAL_VMPERF_PRIORITY_CONFIG_INPUT;
View code on GitHub
No description available.