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

);

VB Signature:

Declare Function ScrollDC Lib "user32.dll" (ByVal hDC As IntPtr, ByVal dx As Integer, ByVal dy As Integer, ByVal lprcScroll As IntPtr, ByVal lprcClip As IntPtr, ByVal hrgnUpdate As IntPtr, ByRef lprcUpdate As RECT) As Boolean

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