// miniport.h
unsigned char _BitTestAndComplement64(
__int64 *Base,
__int64 Index
);
View the official Windows Driver Kit DDI reference// wdm.h
unsigned char _BitTestAndComplement64(
__int64 *Base,
__int64 Index
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the _BitTestAndComplement64 function.
BaseDefines the __int64 parameter Base.
IndexDefines the __int64 parameter Index.
unsigned char
BaseIndex