Time data structure for file-system functions.
typedef struct _FTIME { USHORT twosecs:5; /* Binary number of two-second increments. */ USHORT minutes:6; /* Binary number of minutes. */ USHORT hours:5; /* Binary number of hours. */ } FTIME; typedef FTIME * PFTIME ;