SYSTEM_THREAD_CID_PRIORITY_INFORMATION

The SYSTEM_THREAD_CID_PRIORITY_INFORMATION structure is expected as input to ZwSetSystemInformation or NtSetSystemInformation when given the information class SystemThreadClientIdPriorityInformation (0x52).

Documentation Status

The SYSTEM_THREAD_CID_PRIORITY_INFORMATION structure is not documented.

Layout

The SYSTEM_THREAD_CID_PRIORITY_INFORMATION is 0x0C or 0x18 bytes in 32-bit and 64-bit Windows, respectively.

Offset (x86) Offset (x64) Definition
0x00 0x00
CLIENT_ID ClientId;
0x08 0x10
LONG Priority;