RtlConvertLongToLargeInteger function (wdm.h)

The RtlConvertLongToLargeInteger routine converts the input signed integer to a signed large integer.

Syntax

DECLSPEC_DEPRECATED_DDK_WINXP LARGE_INTEGER NTAPI_INLINE RtlConvertLongToLargeInteger(
  [in] LONG SignedInteger
);

Parameters

[in] SignedInteger

Specifies an integer of type LONG.

Return value

RtlConvertLongToLargeInteger returns the large integer result.

Remarks

This routine is not supported in Windows XP. Use native support for __int64 instead.

Requirements

Requirement Value
Minimum supported client Available starting with Windows 2000.
Target Platform Universal
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL Any level