| 术语 | unregisterdevicenotification |
| 释义 | UnregisterDeviceNotification 语法: C++ BOOL WINAPI UnregisterDeviceNotification( __in HDEVNOTIFY Handle ); UnregisterDeviceNotification功能 关闭指定的设备通知处理。 参数 处理 [in] 通知处理设备产生的RegisterDeviceNotification功能。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 实例 有关示例,请注册为设备的通知。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) LibraryUser32.lib DLLUser32.dll 参见 设备管理功能 设备通知 RegisterDeviceNotification WM_DEVICECHANGE 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==UnregisterDeviceNotification Function Closes the specified device notification handle. Syntax C++ BOOL WINAPI UnregisterDeviceNotification( __in HDEVNOTIFY Handle ); Parameters Handle [in] Device notification handle returned by the RegisterDeviceNotification function. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError . Examples For an example, see Registering for Device Notification . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinuser.h (include Windows.h) LibraryUser32.lib DLLUser32.dll See Also Device Management Functions Device Notifications RegisterDeviceNotification WM_DEVICECHANGE Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa363475(VS.85).aspx\n |
| 随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。