|
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
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|