JobFlags2 in the EJOB

The 1703 edition of Windows 10 completed the definition of bits in the old JobFlags member of the EJOB and started a JobFlags2. It too is a ULONG in union with a structure of ULONG bit fields.

Mask Definition Versions
0x00000001
ULONG ParentLocked : 1;
1703 and higher
0x00000002
ULONG EnableUsermodeSiloThreadImpersonation : 1;
1703 and higher
0x00000004
ULONG DisallowUsermodeSiloThreadImpersonation : 1;
1703 and higher