Lasīt angliski

Kopīgot, izmantojot


IDCompositionDevice3::CreateFloodEffect method

Creates an instance of IDCompositionFloodEffect.

Syntax

c++
HRESULT CreateFloodEffect(
  [out] IDCompositionFloodEffect **floodEffect
);

Parameters

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Dcomp.h

Library

Dcomp.lib

DLL

Dcomp.dll

See also

IDCompositionDevice3