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