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 "dlls/ntdll/large_int.c". source.winehq.org/source/dlls/ntdll/large_int.c


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