IDirectManipulationViewport::RemoveEventHandler 메서드(directmanipulation.h)

뷰포트에서 기존 이벤트 처리기를 제거합니다.

구문

HRESULT RemoveEventHandler(
  [in] DWORD cookie
);

매개 변수

[in] cookie

AddEventHandler에 대한 이전 호출에서 반환된 값입니다.

반환 값

메서드가 성공하면 S_OK 반환합니다. 성공하지 않으면 HRESULT 오류 코드를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 8 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2012 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 directmanipulation.h

추가 정보

IDirectManipulationViewport