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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/large_int.c". https://source.winehq.org/source/dlls/ntdll/large_int.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.