UnregisterAppStateChangeNotification 関数 (appnotify.h)

RegisterAppStateChangeNotification によって登録された変更通知を取り消します。

構文

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

パラメーター

[in, out] Registration

Registration パラメーターを介して RegisterAppStateChangeNotification によって取得される 登録 ハンドルへのポインター。

戻り値

この関数は値を返しません。

要件

要件
対象プラットフォーム Windows
ヘッダー appnotify.h
Library Appnotify.lib
[DLL] Twinapi.core.dll

こちらもご覧ください

RegisterAppStateChangeNotification