RtlExtendedIntegerMultiply - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
LARGE_INTEGER RtlExtendedIntegerMultiply(
  _In_ LARGE_INTEGER Multiplicand,
  _In_ LONG          Multiplier
);
View the official Win32 development documentation

NtDoc

No description available.

Win32 development documentation (rtlextendedintegermultiply)

RtlExtendedIntegerMultiply function

[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.

Parameters

Multiplicand [in]

Multiplicand.

Multiplier [in]

Multiplier.

Return value

Returns multiplication result.

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