术语 | alertsamplesavail |
释义 | AlertSamplesAvail 语法: C++ HRESULT __stdcall AlertSamplesAvailFunc(void); AlertSamplesAvailFunc功能 通知系统有新的时间提供样品。 参数 这个函数没有参数。 返回值 如果函数成功,返回值为S_OK。否则,返回值是在Winerror.h中定义的错误代码之一。 备注 时间提供管理器使用此通知,以决定何时派遣TPC_GetSamples命令。一个硬件供应商并不需要调用这个函数,随着时间的供应商管理的要求没有这个通知样本。时间提供商提供样品偶尔,如供应商,在背景运作,当用户建立了一个短暂的拨号连接,必须调用此函数。 该TimeProvOpen函数返回一个指向这个功能。 要求: 最低支持client-Windows XP 最低支持serverWindows服务器2003 HeaderTimeprov.h 参见 TimeProvOpen 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==AlertSamplesAvailFunc Function Notifies the system that there are new time samples available. Syntax C++ HRESULT __stdcall AlertSamplesAvailFunc(void); Parameters This function has no parameters. 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 time provider manager uses this notification to determine when to send a TPC_GetSamples command. A hardware provider does not need to call this function, as the time provider manager requests samples without this notification. Time providers that provide samples sporadically, such as a provider that works in the background when a user establishes a transient dial-up connection, must call this function. The TimeProvOpen function returns a pointer to this function. 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/ms724192(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。