Add endian conversion routines

This commit is contained in:
2023-02-08 16:33:57 +01:00
父節點 a32e18b237
當前提交 d8c68ed003
共有 3 個文件被更改,包括 85 次插入0 次删除

查看文件

@@ -91,6 +91,18 @@ RtlStringToWideString(OUT PWCHAR Destination,
IN CONST PUCHAR *Source,
IN SIZE_T Length);
XTFASTCALL
ULONG
RtlUlongByteSwap(IN ULONG Source);
XTFASTCALL
ULONGLONG
RtlUlonglongByteSwap(IN ULONGLONG Source);
XTFASTCALL
USHORT
RtlUshortByteSwap(IN USHORT Source);
XTCDECL
INT
RtlWideStringCompare(IN CONST PWCHAR String1,