RtlNumberOfClearBits(3w)
NAME
RtlNumberOfClearBits (NTDLL.@)
SYNOPSIS
ULONG RtlNumberOfClearBits
(
PCRTL_BITMAP lpBits
)
DESCRIPTION
Find the number of clear bits in a bitmap.
PARAMS
lpBits [In] Bitmap pointer.
RETURNS
The number of clear bits.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlbitmap.c".
- Debug channel "ntdll".