RtlConvertUlongToLargeInteger

LARGE_INTEGER
    RtlConvertUlongToLargeInteger(

        IN ULONG  UnsignedInteger
        );

RtlConvertUlongToLargeInteger converts the input unsigned integer to a signed large integer.

Parameters

UnsignedInteger
Is a value of type ULONG.

Return Value

RtlConvertUlongToLargeInteger returns the converted large integer.

Comments

Callers of RtlConvertUlongToLargeInteger can be running at any IRQL.