unregisterDeviceNotification 函数 (winuser.h)

关闭指定的设备通知句柄。

语法

BOOL UnregisterDeviceNotification(
  [in] HDEVNOTIFY Handle
);

参数

[in] Handle

RegisterDeviceNotification 函数返回的设备通知句柄。

返回值

如果该函数成功,则返回值为非零值。

如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。

要求

要求
最低受支持的客户端 Windows XP
最低受支持的服务器 Windows Server 2003
目标平台 Windows
标头 winuser.h (包括 Windows.h)
Library User32.lib
DLL User32.dll
API 集 在 Windows 8) 中引入的 ext-ms-win-ntuser-misc-l1-1-0 (

另请参阅

设备管理函数

设备通知

RegisterDeviceNotification

WM_DEVICECHANGE