FTIME: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Time data structure for file-system functions | Time data structure for file-system functions | ||
== Type == | |||
[[USHORT]] twosecs:5 | [[USHORT]] twosecs:5 | ||
USHORT minutes:6 | USHORT minutes:6 | ||
USHORT hours:5 | USHORT hours:5 | ||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
twosecs:5 Binary number of two-second increments. | twosecs:5 Binary number of two-second increments. | ||
minutes:6 Binary number of minutes. | minutes:6 Binary number of minutes. |
Latest revision as of 00:21, 9 February 2020
Time data structure for file-system functions
Type
USHORT twosecs:5 USHORT minutes:6 USHORT hours:5
C Declaration Method
typedef struct
Fields
twosecs:5 Binary number of two-second increments. minutes:6 Binary number of minutes. hours:5 Binary number of hours.