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.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications and service providers |
FILETIME FtNegFt(
FILETIME ft
);
The FtNegFt function returns a FILETIME structure containing the two's complement of the integer. The input parameter remains unchanged.