ITfContextOwnerCompositionServices インターフェイス (msctf.h)
ITfContextOwnerCompositionServices インターフェイスは TSF マネージャーによって実装され、コンテキスト所有者がテキスト サービスによって作成されたコンポジションを操作するために使用されます。
継承
ITfContextOwnerCompositionServices インターフェイスは、ITfContextComposition インターフェイスから継承します。 ITfContextOwnerCompositionServices には、次の種類のメンバーもあります。
メソッド
ITfContextOwnerCompositionServices インターフェイスには、これらのメソッドがあります。
ITfContextOwnerCompositionServices::TerminateComposition ITfContextOwnerCompositionServices::TerminateComposition メソッド |
注釈
通常、アプリケーションはコンテキストを作成し、コンテキスト所有者です。 テキスト サービスによってコンテキストが作成される場合があります。 この場合、テキスト サービスはコンテキスト所有者です。 詳細については、「コンテキストの 編集」を参照してください。
IID_ITfContextOwnerCompositionServicesを使用して ITfContext::QueryInterface を呼び出して、このインターフェイスを取得します。
例
HRESULT hr;
ITfContextOwnerCompositionServices *pCompServices;
//Get the ITfContextOwnerCompositionServices interface pointer.
hr = m_pContext->QueryInterface(IID_ITfContextOwnerCompositionServices, (LPVOID*)&pCompServices);
if(SUCCEEDED(hr))
{
//Use the interface.
//Release the interface.
pCompServices->Release();
}
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 2000 Professional [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | msctf.h |
再頒布可能パッケージ | Windows 2000 Professional の TSF 1.0 |