Scroll to navigation

RtlExtendedIntegerMultiply(3w) Wine API RtlExtendedIntegerMultiply(3w)

NAME

RtlExtendedIntegerMultiply (NTDLL.@)

SYNOPSIS

LONGLONG RtlExtendedIntegerMultiply
(
LONGLONG a,
INT b
)
 

DESCRIPTION

Multiply one 64 bit integer by another 32 bit integer.
 

PARAMS

a [In] Initial number.
b [In] Number to multiply a by.
 

RETURNS

The product of a and b.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/large_int.c".
Oct 2012 Wine API