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

Defined in "winternl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlbitmap.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout