IDCompositionSurface::ResumeDraw method (dcomp.h)

Resumes drawing on this Microsoft DirectComposition surface object.

Syntax

HRESULT ResumeDraw();

Return value

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code, which can include DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED and DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED.

Remarks

This method allows the surface update to continue unless there are other surfaces that have active, unsuspended draws.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dcomp.h
Library Dcomp.lib
DLL Dcomp.dll

See also

IDCompositionSurface

IDCompositionSurface::SuspendDraw