RtlEnlargedIntegerMultiply.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RtlEnlargedIntegerMultiply (NTDLL.@)

SYNOPSIS

LONGLONG RtlEnlargedIntegerMultiply
 (
  INT a,
  INT b
 )

DESCRIPTION

Multiply two integers giving a 64 bit integer result.

PARAMS

a [In] Initial number.

b [In] Number to multiply a by.

RETURNS

The product of a and b.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/large_int.c".