CDATE

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


[Back: BOOL]
[Next: day]