다음을 통해 공유


ITfConfigureSystemKeystrokeFeed::EnableSystemKeystrokeFeed 메서드(msctf.h)

DisableSystemKeystrokeFeed에서 사용하지 않도록 설정한 후 TSF 관리자가 키 입력을 처리할 수 있도록 합니다.

구문

HRESULT EnableSystemKeystrokeFeed();

반환 값

이 메서드는 이러한 값 중 하나를 반환할 수 있습니다.

Description
S_OK
메서드를 성공적으로 수행했습니다.
E_UNEXPECTED
DisableSystemKeystrokeFeed에 대한 해당 호출이 없습니다.

설명

기본적으로 TSF 관리자는 키 입력을 처리하고 텍스트 서비스에 전달합니다. 애플리케이션은 DisableSystemKeystrokeFeed 를 호출하여 이를 방지합니다.

DisableSystemKeystrokeFeed에 대한 호출은 누적되므로 DisableSystemKeystrokeFeed를 호출할 때마다 EnableSystemKeystrokeFeed에 대한 후속 호출이 필요합니다. DisableSystemKeystrokeFeed가 두 번 이상 호출되면 EnableSystemKeystrokeFeed를 호출하면 키 입력 처리를 사용할 수 없습니다.

요구 사항

   
지원되는 최소 클라이언트 Windows 2000 Professional [데스크톱 앱 | UWP 앱]
지원되는 최소 서버 Windows 2000 Server [데스크톱 앱 | UWP 앱]
대상 플랫폼 Windows
헤더 msctf.h
DLL Msctf.dll
재배포 가능 파일 Windows 2000 Professional의 TSF 1.0

참고 항목

ITfConfigureSystemKeystrokeFeed 인터페이스, ITfConfigureSystemKeystrokeFeed::D isableSystemKeystrokeFeed