#ifndef _NTRTL_H
// Byte swap routines.
#ifndef PHNT_RTL_BYTESWAP
#define RtlUlonglongByteSwap(_x) _byteswap_uint64((_x))
View code on GitHub
#ifndef _NTRTL_H
// Byte swap routines.
#ifndef PHNT_RTL_BYTESWAP
// ...
#else
NTSYSAPI
ULONGLONG
FASTCALL
RtlUlonglongByteSwap(
_In_ ULONGLONG Source
);
View code on GitHub
This function is documented in Windows Driver Kit.