LARGE_INTEGER RtlExtendedLargeIntegerDivide(
_In_ LARGE_INTEGER Dividend,
_In_ ULONG Divisor,
_Inout_ PULONG Remainder
);
View the official Win32 development documentationNo description available.
[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.
Dividend [in]
Dividend.
Divisor [in]
Divisor.
Remainder [in, out]
Pointer to division remainder.
Returns the result of the division operation.
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
| Requirement | Value |
|---|---|
| DLL |
Ntdll.dll |