Compartilhar via


StopDeviceNotifications

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

Essa funções interrompe as notificações da aparência e disappearance das interfaces dispositivo.

Syntax

BOOL StopDeviceNotifications(
  HANDLE h
);

Parameters

Return Value

TRUE indica sucesso. FALSE indica falha.

Remarks

Interrompe as notificações para a fila. Após essa função retorna, é seguro destruir o fila de mensagens que foi passado para RequestDeviceNotifications.

Requirements

Header winbase.h
Library coredll.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

RequestDeviceNotifications

Concepts

Device Interface Notifications