StopDeviceNotifications (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOL StopDeviceNotifications(
  HANDLE h
);

Parameters

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Device Interface Notifications Functions
RequestDeviceNotifications

Concepts

Device Interface Notifications