table of contents
other versions
- wheezy 1.4.1-4
RtlLargeIntegerNegate(3w) | Wine API | 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¶
Declared in "winternl.h". Implemented in "dlls/ntdll/large_int.c".Oct 2012 | Wine API |