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". source.winehq.org/source/dlls/ntdll/rtlbitmap.c

Debug channel "ntdll".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.