_BitTestAndComplement64 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-miniport-_bittestandcomplement64~r1)

Description

This topic describes the _BitTestAndComplement64 function.

Parameters

Base

Defines the __int64 parameter Base.

Index

Defines the __int64 parameter Index.

Return value

unsigned char

Remarks

See also


Windows Driver Kit DDI reference (nf-wdm-_bittestandcomplement64~r1)

Description

Parameters

Base

Index

Return value

Remarks

See also