PROCESSOR_GROUP_PARK_MASK_EX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPOAPI_H

// rev
typedef struct _PROCESSOR_GROUP_PARK_MASK_EX
{
    ULONGLONG ForceMask; // +0x00 Forced parked logical-processor mask for Group.
    USHORT Group; // +0x08 Processor group index.
    USHORT Reserved1; // +0x0A Must be zero.
    USHORT Reserved2; // +0x0C Must be zero.
    USHORT Reserved3; // +0x0E Must be zero.
    ULONGLONG SecondaryMask; // +0x10 Secondary forced mask; must be a subset of ForceMask.
} PROCESSOR_GROUP_PARK_MASK_EX, *PPROCESSOR_GROUP_PARK_MASK_EX;

#endif

View code on GitHub

NtDoc

No description available.