UnregisterAppStateChangeNotification 函数 (appnotify.h)

取消通过 RegisterAppStateChangeNotification 注册的更改通知。

语法

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

参数

[in, out] Registration

指向 RegisterAppStateChangeNotification 通过其 Registration 参数检索的 注册 句柄的指针。

返回值

此函数不返回值。

要求

要求
目标平台 Windows
标头 appnotify.h
Library Appnotify.lib
DLL Twinapi.core.dll

另请参阅

RegisterAppStateChangeNotification