Structure that contains date information for a data element in the details view of a container control.
typedef struct _CDATE { UCHAR day; /* Current day. */ UCHAR month; /* Current month. */ USHORT year; /* Current year. */ } CDATE; typedef CDATE * PCDATE ;