RtlConvertUlongToLargeInteger 函数 (wdm.h)
RtlConvertUlongToLargeInteger 例程将输入无符号整数转换为有符号大整数。 对于 Windows XP 和更高版本的 Windows,请勿使用此例程;使用对 __int64的本机支持。
语法
DECLSPEC_DEPRECATED_DDK_WINXP LARGE_INTEGER NTAPI_INLINE RtlConvertUlongToLargeInteger(
[in] ULONG UnsignedInteger
);
参数
[in] UnsignedInteger
指定 ULONG 类型的值。
返回值
RtlConvertUlongToLargeInteger 返回转换后的大整数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 从 Windows 2000 开始可用。 |
目标平台 | 通用 |
标头 | wdm.h(包括 Wdm.h、Ntddk.h、Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | 任何级别 |