#ifndef _NTRTL_H #define RtlInterlockedXorBits(Flags, Flag) \ InterlockedXor(Flags, Flag) #endif View code on GitHub
No description available.