RtlLargeIntegerNegate.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".