IDCompositionDevice3::CreateFloodEffect method
Creates an instance of IDCompositionFloodEffect.
c++
HRESULT CreateFloodEffect(
[out] IDCompositionFloodEffect **floodEffect
);
floodEffect [out]
Type: IDCompositionFloodEffect**Receives the created instance of IDCompositionFloodEffect.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Header |
Dcomp.h |
Library |
Dcomp.lib |
DLL |
Dcomp.dll |