FtSubFt
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Subtracts one unsigned 64-bit integer from another.
Header file: |
Mapiutil.h |
Implemented by: |
MAPI |
Called by: |
Client applications and service providers |
FILETIME FtSubFt(
FILETIME Minuend,
FILETIME Subtrahend
);
Parameters
Minuend
[in] A FILETIME structure that contains the unsigned 64-bit integer from which the value in the Subtrahend parameter is to be subtracted.Subtrahend
[in] A FILETIME structure that contains the unsigned 64-bit integer that is subtracted from the value indicated by the Minuend parameter.
Return Value
The FtSubFt function returns a FILETIME structure that contains the result of the subtraction. The two input parameters remain unchanged.