ABSTIME 

2.0     

Absolute time structure.

typedef struct { 

     DWORD sec;

     UINT ms;

} ABSTIME;

 

Members

sec

Number of seconds since 12:00 A.M. of January 1, 1970, as returned by the C run time library time function.

ms

Additional offset in milliseconds. This member can be any value from 0 through 999.

 

See Also

GetStrokeAttributes, SetStrokeAttributes, INTERVAL