StopDeviceNotifications (Windows CE 5.0)

Send Feedback

This functions stops notifications of the appearance and disappearance of device interfaces.

BOOL StopDeviceNotifications(HANDLE h);

Parameters

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.