FtNegFt
The FtNegFt
function computes the two s complement of an unsigned 64-bit integer indicating
a time value.
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 indicating a time value for which to compute the two s complement.
Remarks
The FtNegFt
function returns a FILETIME structure containing the two s complement of the input value.