ScrollDC (user32)
Last changed: -75.154.176.206

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool ScrollDC(IntPtr hDC, int dx, int dy, IntPtr lprcScroll,
   IntPtr lprcClip, IntPtr hrgnUpdate, out RECT lprcUpdate);

C++ Signature:

BOOL ScrollDC( HDC hDC,

    int dx,
    int dy,
    const RECT *lprcScroll,
    const RECT *lprcClip,
    HRGN hrgnUpdate,
    LPRECT lprcUpdate

);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
ScrollDC on MSDN