|
timeGetSystemTime
The timeGetSystemTime function retrieves the system time, in milliseconds. The system time is the
time elapsed since Windows was started. This function works very much like the timeGetTime function. See timeGetTime for details of these functions' operation.
MMRESULT timeGetSystemTime(
LPMMTIME pmmt,
|
| UINT cbmmt
|
| );
|
|
Parameters
pmmt
Address of an MMTIME structure.
cbmmt
Size, in bytes, of the MMTIME structure.
Return Values
Returns TIMERR_NOERROR. The system time is returned in the ms member of the MMTIME structure.
See Also
timeGetTime, MMTIME
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)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|