UnregisterAppStateChangeNotification 함수(appnotify.h)

RegisterAppStateChangeNotification을 통해 등록된 변경 알림을 취소합니다.

구문

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

매개 변수

[in, out] Registration

RegisterAppStateChangeNotification에서 Registration 매개 변수를 통해 검색한 등록 핸들에 대한 포인터입니다.

반환 값

이 함수는 값을 반환하지 않습니다.

요구 사항

요구 사항
대상 플랫폼 Windows
헤더 appnotify.h
라이브러리 Appnotify.lib
DLL Twinapi.core.dll

추가 정보

RegisterAppStateChangeNotification