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
Defined in "winternl.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/large_int.c".