Searched defs:_TIME_RECORD (Results 1 – 9 of 9) sorted by relevance
85 typedef struct _TIME_RECORD { struct86 HPT_U32 seconds:6; /* 0 - 59 */87 HPT_U32 minutes:6; /* 0 - 59 */88 HPT_U32 month:4; /* 1 - 12 */89 HPT_U32 hours:6; /* 0 - 59 */90 HPT_U32 day:5; /* 1 - 31 */91 HPT_U32 year:5; /* 0=2000, 31=2031 */
477 typedef struct _TIME_RECORD { struct478 HPT_U32 seconds:6; /* 0 - 59 */479 HPT_U32 minutes:6; /* 0 - 59 */480 HPT_U32 month:4; /* 1 - 12 */481 HPT_U32 hours:6; /* 0 - 59 */482 HPT_U32 day:5; /* 1 - 31 */483 HPT_U32 year:5; /* 0=2000, 31=2031 */
115 typedef struct _TIME_RECORD { struct116 HPT_U32 seconds:6; /* 0 - 59 */117 HPT_U32 minutes:6; /* 0 - 59 */118 HPT_U32 month:4; /* 1 - 12 */119 HPT_U32 hours:6; /* 0 - 59 */120 HPT_U32 day:5; /* 1 - 31 */121 HPT_U32 year:5; /* 0=2000, 31=2031 */
668 typedef struct _TIME_RECORD { struct669 HPT_U32 seconds:6; /* 0 - 59 */670 HPT_U32 minutes:6; /* 0 - 59 */671 HPT_U32 month:4; /* 1 - 12 */672 HPT_U32 hours:6; /* 0 - 59 */673 HPT_U32 day:5; /* 1 - 31 */674 HPT_U32 year:5; /* 0=2000, 31=2031 */
117 typedef struct _TIME_RECORD { struct118 HPT_U32 seconds:6; /* 0 - 59 */119 HPT_U32 minutes:6; /* 0 - 59 */120 HPT_U32 month:4; /* 1 - 12 */121 HPT_U32 hours:6; /* 0 - 59 */122 HPT_U32 day:5; /* 1 - 31 */123 HPT_U32 year:5; /* 0=2000, 31=2031 */
672 typedef struct _TIME_RECORD { struct673 HPT_U32 seconds:6; /* 0 - 59 */674 HPT_U32 minutes:6; /* 0 - 59 */675 HPT_U32 month:4; /* 1 - 12 */676 HPT_U32 hours:6; /* 0 - 59 */677 HPT_U32 day:5; /* 1 - 31 */678 HPT_U32 year:5; /* 0=2000, 31=2031 */
274 typedef struct _TIME_RECORD { struct275 UINT seconds:6; /* 0 - 59 */276 UINT minutes:6; /* 0 - 59 */277 UINT month:4; /* 1 - 12 */278 UINT hours:6; /* 0 - 59 */279 UINT day:5; /* 1 - 31 */280 UINT year:5; /* 0=2000, 31=2031 */
39 typedef struct _TIME_RECORD { struct40 UINT seconds:6; /* 0 - 59 */41 UINT minutes:6; /* 0 - 59 */42 UINT month:4; /* 1 - 12 */43 UINT hours:6; /* 0 - 59 */44 UINT day:5; /* 1 - 31 */45 UINT year:5; /* 0=2000, 31=2031 */
335 typedef struct _TIME_RECORD { struct336 UINT seconds:6; /* 0 - 59 */337 UINT minutes:6; /* 0 - 59 */338 UINT month:4; /* 1 - 12 */339 UINT hours:6; /* 0 - 59 */340 UINT day:5; /* 1 - 31 */341 UINT year:5; /* 0=2000, 31=2031 */