IDCompositionSurface

An IDCompositionSurface interface represents a wrapper around a DirectX object, or a sub-rectangle of one of those objects.

Members

Functions

BeginDraw
HRESULT BeginDraw(const(RECT)* updateRect, REFIID iid, void** updateObject, POINT* updateOffset)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EndDraw
HRESULT EndDraw()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ResumeDraw
HRESULT ResumeDraw()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Scroll
HRESULT Scroll(const(RECT)* scrollRect, const(RECT)* clipRect, int offsetX, int offsetY)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SuspendDraw
HRESULT SuspendDraw()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta