table of contents
other versions
- wheezy 1.4.1-4
| RtlUlonglongByteSwap(3w) | Wine API | RtlUlonglongByteSwap(3w) |
NAME¶
RtlUlonglongByteSwap (NTDLL.@)SYNOPSIS¶
ULONGLONG RtlUlonglongByteSwap(
ULONGLONG i
)
DESCRIPTION¶
Swap the bytes of an unsigned long long value.PARAMS¶
i [In] Value to swap bytes of.RETURNS¶
The value with its bytes swapped.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/rtl.c". Debug channel "ntdll".| Oct 2012 | Wine API |