IInputPaneInterop::GetForWindow 方法 (inputpaneinterop.h)
取得指定視窗之 InputPane 物件的實例。
語法
HRESULT GetForWindow(
[in] HWND appWindow,
[in] REFIID riid,
[out, retval] void **inputPane
);
參數
[in] appWindow
您想要取得InputPane物件的最上層 (GA_ROOT) 視窗。
[in] riid
您想要在 inputPane 參數中取得之介面的介面識別碼。 此值通常是 IID_IInputPane 或 IID_IInputPane2,如 Windows.UI.ViewManagement.h 中所定義。
[out, retval] inputPane
appWindow參數指定之視窗的InputPane物件。 此參數通常是 IInputPane 或 IInputPane2 介面的指標,如 Windows.UI.ViewManagement.idl 中所定義。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
需求
最低支援的用戶端 | Windows 10版本 1607 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | inputpaneinterop.h |