FtAddFt 

The FtAddFt function adds one unsigned 64-bit integer to another.

 

Note  This function may not be supported in future versions of MAPI.

 

Quick Info

Header file:

MAPIUTIL.H

Implemented by:

MAPI

Called by:

Client applications and service providers

 

FILETIME FtAddFt(

    FILETIME Addend1,

 

    FILETIME Addend2

 

   );

 

 

Parameters

Addend1

[in] A FILETIME1_YKW9V structure defining the first unsigned 64-bit integer to be added.

Addend2

[in] A FILETIME structure defining an unsigned 64-bit integer to be added to the value indicated by the Addend1 parameter.

 

Remarks

The FtAddFt function returns a FILETIME1_YKW9V structure containing the sum of the two integers.