共用方式為


(msctf.h) ITfThreadMgr::SetFocus 方法

將輸入焦點設定為指定的檔案管理員。

語法

HRESULT SetFocus(
  [in] ITfDocumentMgr *pdimFocus
);

參數

[in] pdimFocus

接收輸入焦點的 ITfDocumentMgr 介面指標。 此參數不可為 NULL

傳回值

這個方法可以傳回下列其中一個值。

描述
S_OK
此方法成功。
E_INVALIDARG
pdimFocus 無效。

備註

當文件視窗收到輸入焦點時,應用程式必須呼叫這個方法。 如果應用程式使用 ITfThreadMgr::AssociateFocus 將視窗與檔管理員產生關聯,TSF 管理員會呼叫應用程式的這個方法。

規格需求

需求
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 msctf.h
Dll Msctf.dll
可轉散發套件 Windows 2000 專業版上的 TSF 1.0

另請參閱

ITfDocumentMgr

ITfThreadMgr

ITfThreadMgr::AssociateFocus

ITfThreadMgr::GetFocus