FtAddFt

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.

Adds one unsigned 64-bit integer to another.

Header file:

Mapiutil.h

Implemented by:

MAPI

Called by:

Client applications and service providers

FILETIME FtAddFt(
  FILETIME Addend1,
  FILETIME Addend2
);

Parameters

  • Addend1
    [in] A FILETIME structure that contains the first unsigned 64-bit integer to be added.

  • Addend2
    [in] A FILETIME structure that contains the second unsigned 64-bit integer to be added.

Return Value

The FtAddFt function returns a FILETIME structure that contains the sum of the two integers. The two input parameters remain unchanged.