术语 | setproviderstatusfunc |
释义 | SetProviderStatusFunc 语法: C++ HRESULT __stdcall SetProviderStatusFunc( __in SetProviderStatusInfo *pspsi ); SetProviderStatusFunc回调函数 设置时间提供的状态信息。 参数 pspsi [in] 一个 SetProviderStatusInfo结构,它提供的状态信息的指针。 返回值 如果函数成功,返回值为S_OK。否则,返回值是在Winerror.h中定义的错误代码之一。 备注 该TimeProvOpen函数返回一个指向这个功能。 要求: 最低支持client-Windows XP 最低支持serverWindows服务器2003 HeaderTimeprov.h 参见 SetProviderStatusInfo TimeProvOpen 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==SetProviderStatusFunc Callback Function Sets the time provider's status information. Syntax C++ HRESULT __stdcall SetProviderStatusFunc( __in SetProviderStatusInfo *pspsi ); Parameters pspsi [in] A pointer to a SetProviderStatusInfo structure that provides the status information. 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 TimeProvOpen function returns a pointer to this function. Requirements Minimum supported clientWindows XP Minimum supported serverWindows Server 2003 HeaderTimeprov.h See Also SetProviderStatusInfo TimeProvOpen Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms724937(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。