FTIME: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== FTIME == | == FTIME == | ||
Time data structure for file-system functions | |||
=== Type === | |||
=== Type === | |||
[[OS2 API:DataType:USHORT|USHORT]] twosecs:5 | [[OS2 API:DataType:USHORT|USHORT]] twosecs:5 | ||
[[OS2 API:DataType:USHORT|USHORT]] minutes:6 | [[OS2 API:DataType:USHORT|USHORT]] minutes:6 | ||
Line 10: | Line 8: | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === 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. | ||
hours:5 Binary number of hours. | hours:5 Binary number of hours. | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |