Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This functions stops notifications of the appearance and disappearance of device interfaces.
Syntax
BOOL StopDeviceNotifications(
HANDLE h
);
Parameters
- h
[in] Notification handle returned by RequestDeviceNotifications.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
Stops notifications to the queue. After this function returns, it is safe to destroy the message queue that was passed to RequestDeviceNotifications.
Requirements
Header |
winbase.h |
Library |
coredll.lib |
See Also
Reference
Device Interface Notifications Functions
RequestDeviceNotifications