PROC_CAP_FLAGS1_VALID_MASK - NtDoc

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

// rev // Valid bit masks enforced by NtUserSetProcessWin32Capabilities
#define PROC_CAP_FLAGS1_VALID_MASK     0x00000007u    // bits 0-2

#endif

View code on GitHub

NtDoc

No description available.