Scroll to navigation

RtlLargeIntegerAdd(3w) Wine API RtlLargeIntegerAdd(3w)

NAME

RtlLargeIntegerAdd (NTDLL.@)

SYNOPSIS

LONGLONG RtlLargeIntegerAdd
(
LONGLONG a,
LONGLONG b
)
 

DESCRIPTION

Add two 64 bit integers.
 

PARAMS

a [In] Initial number.
b [In] Number to add to a.
 

RETURNS

The sum of a and b.
 

IMPLEMENTATION

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