RTL_IS_CLEAR_OR_SINGLE_FLAG - NtDoc

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

#define RTL_IS_CLEAR_OR_SINGLE_FLAG(Flags, Mask) (((Flags) & (Mask)) == 0 || !(((Flags) & (Mask)) & (((Flags) & (Mask)) - 1)))

#endif
#endif

View code on GitHub

NtDoc

No description available.