次の方法で共有


timeGetSystemTime (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.