@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The ScrollDC API !!!!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@msdn on MSDN
Edit user32.ScrollDC
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.