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
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/rtl.c".
- Debug channel "ntdll".