网站首页  词典首页

请输入您要查询的函数:

 

术语 timeprovclose
释义 TimeProvClose
语法:
C++
HRESULT __stdcall TimeProvClose(
__in TimeProvHandle hTimeProv
);
TimeProvClose回调函数
一个回调函数,是由供应商管理时间要求关闭时间提供。
参数
hTimeProv [in]
阿处理供应商的时间。该TimeProvOpen函数收到此处理。
返回值
如果函数成功,返回值为S_OK。否则,返回值是在Winerror.h中定义的错误代码之一。
备注
提供者应清理其资源,并终止其运行。当函数返回时,时间提供管理者可以卸载DLL。因此,处理供应商的时间不再有效,不应再次使用。
实例
有关示例,请参见采样时间提供程序。
要求:
最低支持client-Windows XP
最低支持serverWindows服务器2003
HeaderTimeprov.h
参见
TimeProvOpen
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月27日
==英文原文==TimeProvClose Callback Function
A callback function that is called by the time provider manager to shut down the time provider.
Syntax
C++
HRESULT __stdcall TimeProvClose(
__in TimeProvHandle hTimeProv
);
Parameters
hTimeProv [in]
A handle to the time provider. The TimeProvOpen function receives this handle.
Return Value
If the function succeeds, the return value is S_OK. Otherwise, the return value is one of the error codes defined in WinError.h.
Remarks
The provider should clean up its resources and terminate its operation. When the function returns, the time provider manager can unload the DLL. Therefore, the handle to the time provider is no longer valid and should not be used again.
Examples
For an example, see Sample Time Provider .
Requirements
Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
HeaderTimeprov.h
See Also
TimeProvOpen
Send comments about this topic to Microsoft
Build date: 8/27/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms724963(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:17:34