typedef struct _CDATE { UCHAR day; /* Day */ UCHAR month; /* Month */ USHORT year; /* Year */ } CDATE;