MultiplyExtract128 function (winnt.h)

Multiplies two 64-bit integers to produce a 128-bit integer, shifts the product to the right by the specified number of bits, and returns the low 64 bits of the result.

Syntax

LONG64 MultiplyExtract128(
  [in] LONG64 Multiplier,
  [in] LONG64 Multiplicand,
  [in] BYTE   Shift
);

Parameters

[in] Multiplier

The first integer.

[in] Multiplicand

The second integer.

[in] Shift

The number of bits to shift.

Return value

The low 64 bits of the result.

Requirements

Requirement Value
Target Platform Windows
Header winnt.h