LARGE_INTEGER RtlExtendedIntegerMultiply(
_In_ LARGE_INTEGER Multiplicand,
_In_ LONG Multiplier
);
View the official Win32 development documentationNo description available.
[The RtlExtendedIntegerMultiply function is exported to support existing driver binaries and is obsolete. For better performance, use the compiler support for 64-bit integer operations.]
Multiplies extended integers.
Multiplicand [in]
Multiplicand.
Multiplier [in]
Multiplier.
Returns multiplication result.
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 |