RtlLargeIntegerNegate(3w)
NAME
RtlLargeIntegerNegate (NTDLL.@)
SYNOPSIS
LONGLONG RtlLargeIntegerNegate
(
LONGLONG a
)
DESCRIPTION
Negate a 64 bit integer.
PARAMS
a [In] Initial number.
RETURNS
The value of a negated.
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".