LARGE_INTEGER
RtlConvertUlongToLargeInteger(
IN ULONG UnsignedInteger
);
RtlConvertUlongToLargeInteger converts the input unsigned integer to a signed large integer.
RtlConvertUlongToLargeInteger returns the converted large integer.
Callers of RtlConvertUlongToLargeInteger can be running at any IRQL.