次の方法で共有


ICompositorInterop::CreateGraphicsDevice メソッド (windows.ui.composition.interop.h)

指定したレンダリング デバイスによってサポートされる CompositionGraphicsDevice を作成します。

構文

HRESULT CreateGraphicsDevice(
  [in]  IUnknown                   *renderingDevice,
  [out] ICompositionGraphicsDevice **result
);

パラメーター

[in] renderingDevice

種類: IUnknown*

CompositionGraphicsDevice をバックアップするレンダリング デバイス。

[out] result

種類: ICompositionGraphicsDevice**

作成された CompositionGraphicsDevice。

戻り値

種類: HRESULT

このメソッドは、成功すると S_OK を返します。 成功しなかった場合は、HRESULT エラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー windows.ui.composition.interop.h

こちらもご覧ください

ICompositorInterop