StopDeviceNotifications (Windows CE 5.0)
This functions stops notifications of the appearance and disappearance of device interfaces.
BOOL StopDeviceNotifications(HANDLE h);
Parameters
- h
[in] Notification handle returned by RequestDeviceNotifications.
Return Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Device Interface Notifications | RequestDeviceNotifications
Send Feedback on this topic to the authors