Jump to content

CTIME

From EDM2

Structure that contains time information for a data element in the details view of a container control.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _CTIME {
  UCHAR     hours;       /*  Current hour. */
  UCHAR     minutes;     /*  Current minute. */
  UCHAR     seconds;     /*  Current second. */
  UCHAR     ucReserved;  /*  Reserved. */
} CTIME;

typedef   CTIME   * PCTIME ;