RtlExtendedLargeIntegerDivide - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
LARGE_INTEGER RtlExtendedLargeIntegerDivide(
  _In_    LARGE_INTEGER Dividend,
  _In_    ULONG         Divisor,
  _Inout_ PULONG        Remainder
);
View the official Win32 development documentation

NtDoc

No description available.

Win32 development documentation (rtlextendedlargeintegerdivide)

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.

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