Jump to content

FTIME: Difference between revisions

From EDM2
Anakor (talk | contribs)
new
 
No edit summary
Line 18: Line 18:
  minutes:6 Binary number of minutes.
  minutes:6 Binary number of minutes.
  hours:5  Binary number of hours.
  hours:5  Binary number of hours.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:37, 30 October 2011

FTIME

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.

Back to OS/2 API