RtlExtendedLargeIntegerDivide function

[The RtlExtendedLargeIntegerDivide function is exported to support existing driver binaries and is obsolete. For better performance, use the compiler support for 64-bit integer operations.]

Divides extended integers.

Syntax

LARGE_INTEGER RtlExtendedLargeIntegerDivide(
  _In_    LARGE_INTEGER Dividend,
  _In_    ULONG         Divisor,
  _Inout_ PULONG        Remainder
);

Parameters

Dividend [in]

Dividend.

Divisor [in]

Divisor.

Remainder [in, out]

Pointer to division remainder.

Return value

Returns the result of the division operation.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Ntdll.dll