Função UnregisterAppStateChangeNotification (appnotify.h)

Cancela uma notificação de alteração registrada por meio de RegisterAppStateChangeNotification.

Sintaxe

APICONTRACT VOID UnregisterAppStateChangeNotification(
  [in, out] PAPPSTATE_REGISTRATION Registration
);

Parâmetros

[in, out] Registration

Um ponteiro para o identificador de registro recuperado por RegisterAppStateChangeNotification por meio de seu parâmetro Registration .

Retornar valor

Essa função não retorna um valor.

Requisitos

Requisito Valor
Plataforma de Destino Windows
Cabeçalho appnotify.h
Biblioteca Appnotify.lib
DLL Twinapi.core.dll

Confira também

RegisterAppStateChangeNotification