FtNegFt

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Computes the two's complement of an unsigned 64-bit integer.

Header file:

Mapiutil.h

Implemented by:

MAPI

Called by:

Client applications and service providers

FILETIME FtNegFt(
  FILETIME ft
);

Parameters

  • ft
    [in] A FILETIME structure that contains the unsigned 64-bit integer for which to compute the two's complement.

Return Value

The FtNegFt function returns a FILETIME structure that contains the two's complement of the integer. The input parameter remains unchanged.