LARGE_INTEGER
RtlConvertLongToLargeInteger(
IN LONG SignedInteger
);
RtlConvertLongToLargeInteger converts the input signed integer to a signed large integer.
RtlConvertLongToLargeInteger returns the large integer result.
Callers of RtlConvertLongToLargeInteger can be running at any IRQL.