Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function retrieves the system time, in milliseconds. The system time is the time elapsed since the system started.
MMRESULT timeGetSystemTime(LPMMTIME pmmt,UINT cbmmt);
Parameters
- pmmt
 [in] Pointer to an MMTIME structure.
- cbmmt
 [in] 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.
Remarks
This function operates similarly to the timeGetTime function.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Mmsystem.h.
Link Library: Mmtimer.lib.
See Also
MMTIME | timeGetTime | Time Reference
Send Feedback on this topic to the authors