table of contents
other versions
- wheezy 1.4.1-4
RtlFindLeastSignificantBit(3w) | Wine API | RtlFindLeastSignificantBit(3w) |
NAME¶
RtlFindLeastSignificantBit (NTDLL.@)SYNOPSIS¶
CCHAR RtlFindLeastSignificantBit(
ULONGLONG ulLong
)
DESCRIPTION¶
Find the least significant bit in a 64 bit integer.RETURNS¶
The position of the least significant bit.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/rtlbitmap.c". Debug channel "ntdll".Oct 2012 | Wine API |