Share via


StopDeviceNotifications (Compact 2013)

3/26/2014

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

See Also

Reference

Device Interface Notifications Functions
RequestDeviceNotifications