typedef enum
{
    ProcHypervisorNone = 0,
    ProcHypervisorPresent = 1,
    ProcHypervisorPower = 2
} PROC_HYPERVISOR_STATE;