Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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.
Syntax
LARGE_INTEGER RtlExtendedIntegerMultiply(
_In_ LARGE_INTEGER Multiplicand,
_In_ LONG Multiplier
);
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 |
|