You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
SYSTEM_TIME
This structure represents the system’s date and time information.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Date (YYMMDD format) |
|
8 |
|
|
Time (HHMMSS format) |
Total size: 16 bytes
Defined in: DRFS.h
typedef struct _SYSTEM_TIME
{
/* YYMMDD */
char _szDate[8];
/* HHMMSS */
char _szTime[8];
} SYSTEM_TIME, *LPSYSTEM_TIME;