__RtlpUnsignedMultiply128 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntintsafe.h

ULONG64 __RtlpUnsignedMultiply128(
  ULONG64 Multiplicand,
  ULONG64 Multiplier,
  ULONG64 *HighProduct
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntintsafe-__rtlpunsignedmultiply128)

Description

Reserved for internal use.

Parameters

Multiplicand

Multiplier

HighProduct

Return value

Remarks

See also