FtNegFt

The FtNegFt function computes the two's complement of an unsigned 64-bit integer.

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 FtNegFt(
  FILETIME ft  
);
 

Parameters

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

Remarks

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

See Also

Large Integer Functions