FtNegFt

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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.