OnDemandUnRegisterNotification 함수(ondemandconnroutehelper.h)

OnDemandUnregisterNotification 함수를 사용하면 애플리케이션이 알림을 등록 취소하고 리소스를 클린 수 있습니다.

구문

HRESULT OnDemandUnRegisterNotification(
  [in] HANDLE registrationHandle
);

매개 변수

[in] registrationHandle

성공한 OnDemandRegisterNotification 호출에서 가져온 HANDLE입니다.

반환 값

성공하면 S_OK를 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 8.1 [데스크톱 앱만 해당]
지원되는 최소 서버 R2 Windows Server 2012 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 ondemandconnroutehelper.h
라이브러리 OnDemandConnRouteHelper.lib
DLL OnDemandConnRouteHelper.dll

추가 정보

OnDemandRegisterNotification