RtlFindLongestRunSet (NTDLL.@)
ULONG RtlFindLongestRunSet ( PCRTL_BITMAP lpBits, PULONG pulStart )
Find the longest set run in a bitmap.
lpBits | [In] | Bitmap pointer. |
pulStart | [Out] | Destination for start of run. |
The length of the run found, or 0 if no run is found.
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 Jul 2008.