RtlConvertLongToLargeInteger

LARGE_INTEGER
RtlConvertLongToLargeInteger(

IN LONG SignedInteger
);

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

Parameters

SignedInteger

Specifies an integer of type LONG.

Return Value

RtlConvertLongToLargeInteger returns the large integer result.

Comments

Callers of RtlConvertLongToLargeInteger can be running at any IRQL.