typedef struct _CTIME { UCHAR hours; /* Hour */ UCHAR minutes; /* Minute */ UCHAR seconds; /* Second */ UCHAR ucReserved; /* Reserved */ } CTIME;