Scroll to navigation

RtlFindLongestRunSet(3w) Wine API RtlFindLongestRunSet(3w)

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

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtlbitmap.c".
Debug channel "ntdll".
Oct 2012 Wine API