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 パラメーターで取得するインターフェイスのインターフェイス識別子。 この値 は、通常 、Windows.UI.ViewManagement.h で定義されているように、 IID_IInputPaneまたはIID_IInputPane2です。
[out, retval] inputPane
appWindow パラメーターが指定するウィンドウの InputPane オブジェクト。 このパラメーターは、通常、Windows.UI.ViewManagement.idl で定義されている IInputPane または IInputPane2 インターフェイスへのポインターです。
戻り値
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
サポートされている最小のクライアント | Windows 10、バージョン 1607 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | inputpaneinterop.h |