OnDemandUnRegisterNotification 함수(ondemandconnroutehelper.h)
OnDemandUnregisterNotification 함수를 사용하면 애플리케이션이 알림을 등록 취소하고 리소스를 정리할 수 있습니다.
구문
HRESULT OnDemandUnRegisterNotification(
[in] HANDLE registrationHandle
);
매개 변수
[in] registrationHandle
성공적인 OnDemandRegisterNotification 호출에서 가져온 HANDLE입니다.
반환 값
성공하면 S_OK를 반환합니다.
요구 사항
지원되는 최소 클라이언트 | Windows 8.1 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2012 R2 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | ondemandconnroutehelper.h |
라이브러리 | OnDemandConnRouteHelper.lib |
DLL | OnDemandConnRouteHelper.dll |