次の方法で共有


IDCompositionDevice3::CreateHueRotationEffect メソッド (dcomp.h)

IDCompositionHueRotationEffect のインスタンスを作成します。

構文

HRESULT CreateHueRotationEffect(
  [out] IDCompositionHueRotationEffect **hueRotationEffect
);

パラメーター

[out] hueRotationEffect

種類: IDCompositionHueRotationEffect**

IDCompositionHueRotationEffect の作成されたインスタンスを受け取ります。

戻り値

種類: HRESULT

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

   
対象プラットフォーム Windows
ヘッダー dcomp.h
Library Dcomp.lib
[DLL] Dcomp.dll

関連項目

IDCompositionDevice3