다음을 통해 공유


ISpellChecker::remove_SpellCheckerChanged 메서드(spellcheck.h)

SpellCheckerChanged 이벤트에 대해 추가된 이벤트 처리기(ISpellCheckerChangedEventHandler)를 제거합니다.

구문

HRESULT remove_SpellCheckerChanged(
  [in] DWORD eventCookie
);

매개 변수

[in] eventCookie

추가된 처리기를 고유하게 식별하는 이벤트 쿠키입니다. 이는 add_SpellCheckerChanged 호출에서 얻은 eventCookie입니다.

반환 값

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

요구 사항

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

추가 정보

ISpellChecker

ISpellCheckerChangedEventHandler

add_SpellCheckerChanged