Structure that contains time information for a data element in the details view of a container control.
typedef struct _CTIME {
UCHAR hours; /* Current hour. */
UCHAR minutes; /* Current minute. */
UCHAR seconds; /* Current second. */
UCHAR ucReserved; /* Reserved. */
} CTIME;
typedef CTIME * PCTIME ;