RtlNumberOfSetBits.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RtlNumberOfSetBits (NTDLL.@)

SYNOPSIS

ULONG RtlNumberOfSetBits
 (
  PCRTL_BITMAP lpBits
 )

DESCRIPTION

Find the number of set bits in a bitmap.

PARAMS

lpBits [In] Bitmap pointer.

RETURNS

The number of set bits.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/rtlbitmap.c".

Debug channel "ntdll".