请输入您要查询的百科知识:

 

词条 timeGetSystemTime
释义

timeGetSystemTime 函数

timeGetSystemTime

函数返回系统时间,(毫秒)。这里的系统时间是指自从系统启动时到调用该函数时的时间间隔。

函数原型:

MMRESULT timeGetSystemTime(

LPMMTIME pmmt,

UINT cbmmt

);

参数pmmt[in] 指向一个 MMTIME 结构的指针 cbmmt[in] MMTIME 结构的大小(字节)返回值

返回 TIMERR_NOERROR.

系统时间返回在MMTIME结构的ms成员里。

备注

该函数的操作方式与 timeGetTime 函数相同.该函数就是再timeGetTime上面封装了已成,其还是调用timeGetTime实现的。

要求

OS Versions: Windows CE .NET 4.2 and later.

Header: Mmsystem.h.

Link Library: Mmtimer.lib.

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/31 1:40:14