Scroll to navigation

RtlLargeIntegerSubtract(3w) Wine API RtlLargeIntegerSubtract(3w)

NAME

RtlLargeIntegerSubtract (NTDLL.@)

SYNOPSIS

LONGLONG RtlLargeIntegerSubtract
(
LONGLONG a,
LONGLONG b
)
 

DESCRIPTION

Subtract two 64 bit integers.
 

PARAMS

a [In] Initial number.
b [In] Number to subtract from a.
 

RETURNS

The difference of a and b.
 

IMPLEMENTATION

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