术语 | closentmsnotification |
释义 | CloseNtmsNotification 语法: C++ DWORD CloseNtmsNotification( __in HANDLE hNotification ); CloseNtmsNotification功能 [移动存储管理不再作为Windows 7和Windows服务器2008 R2提供。] 该CloseNtmsNotification函数关闭指定的公开通报渠道。 参数 hNotification [in] 通知处理返回的OpenNtmsNotification功能。 返回值 这个函数返回下列值之一。 ValueMeaning ERROR_DATABASE_FAILUREThe数据库查询或更新失败。 ERROR_INVALID_HANDLEThe价值hNotification参数中指定无效。 ERROR_INVALID_PARAMETERThe hNotification参数是NULL。 ERROR_NOT_CONNECTEDUnable连接到RSM服务。 ERROR_SUCCESSThe功能是成功的。 备注 如果CloseNtmsNotification函数被调用虽然是一位杰出的调用WaitForNtmsNotification函数,返回一个错误。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 客户端 支持 Windows Vista 服务器 支持 Windows Server 2008 HeaderNtmsapi.h LibraryNtmsapi.lib DLLNtmsapi.dll 参见 数据库通知功能 OpenNtmsNotification WaitForNtmsNotification 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==CloseNtmsNotification Function [ Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.] The CloseNtmsNotification function closes the specified open notification channel. Syntax C++ DWORD CloseNtmsNotification( __in HANDLE hNotification ); Parameters hNotification [in] Notification handle returned by the OpenNtmsNotification function. Return Value This function returns one of the following values. ValueMeaning ERROR_DATABASE_FAILUREThe database query or update failed. ERROR_INVALID_HANDLEThe value specified in the hNotification parameter is not valid. ERROR_INVALID_PARAMETERThe hNotification parameter is NULL. ERROR_NOT_CONNECTEDUnable to connect to the RSM service. ERROR_SUCCESSThe function was successful. Remarks If the CloseNtmsNotification function is called while there is an outstanding call to the WaitForNtmsNotification function, an error returns. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server End of client supportWindows Vista End of server supportWindows Server 2008 HeaderNtmsapi.h LibraryNtmsapi.lib DLLNtmsapi.dll See Also Database Notification Functions OpenNtmsNotification WaitForNtmsNotification Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/bb525483(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。