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 FILETIME structure containing the first unsigned 64-bit integer to be added.
Addend2
[in] A FILETIME structure containing the second unsigned 64-bit integer to be added.

Remarks

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

See Also

Large Integer Functions