The JEWCALTIMESTRUCT structure contains a time (hour/min).
typedef struct tagJEWCALTIMESTRUCT
{
DWORD cbSize;
int iHour;
int iMin;
} JEWCALTIMESTRUCT;
typedef JEWCALTIMESTRUCT FAR* LPJEWCALTIMESTRUCT;
| Must contain the size of the structure: sizeof(JEWCALTIMESTRUCT) |
| Contains the hour of the time in 24 hours format (0 .. 23) |
| Contains the minute of the time (0 .. 59) |
This structure is new in version 1.1