Platform SDK: Exchange Server |
The HrFileTimeToSeconds function converts computer time units to seconds.
Header file: | STATS.H |
Library: | STATS.LIB |
HRESULT HrFileTimeToSeconds( FILETIME * pft, DWORD * pdwSec );
See Return Values.
The HrFileTimeToSeconds function converts a time-duration measurement from FILETIME type into seconds. It can be used whenever a result expressed as a FILETIME type needs to be reported to the end user.
For more information on this function, see Jump Window Functions in the Gateway Programmer's Reference.
For information on the FILETIME structure, see the MAPI Programmer's Reference.