Scroll to navigation

RtlFindLongestRunClear(3w) Wine API RtlFindLongestRunClear(3w)

NAME

RtlFindLongestRunClear (NTDLL.@)

SYNOPSIS

ULONG RtlFindLongestRunClear
(
PCRTL_BITMAP lpBits,
PULONG pulStart
)
 

DESCRIPTION

Find the longest clear 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