RtlFindLongestRunSet.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlFindLongestRunSet (NTDLL.@)

SYNOPSIS

ULONG RtlFindLongestRunSet
 (
  PCRTL_BITMAP lpBits,
  PULONG       pulStart
 )

DESCRIPTION

Find the longest set run in a bitmap.

PARAMS

lpBits [In] Bitmap pointer.

pulStart [Out] Destination for start of run.

RETURNS

The length of the run found, or 0 if no run is found.

IMPLEMENTATION

Defined in "winternl.h".

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

Debug channel "ntdll".