Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "UpdateWindow" in [All]

user32

.

            Win32.UpdateWindow(hwnd);

.
Summary
.

static extern bool UpdateWindow(IntPtr hWnd);

.

Private Shared Function UpdateWindow(ByVal hWnd As IntPtr) As Boolean

.

Public Declare Function UpdateWindow Lib "user32" (ByVal hWnd As Long) As Long

.
Documentation
[UpdateWindow] on MSDN

Enums

.

    /// The WM_PAINT message is sent when the system or another application makes a request to paint a portion of an application's window. The message is sent when the UpdateWindow or RedrawWindow function is called, or by the DispatchMessage function when the application obtains a WM_PAINT message by using the GetMessage or PeekMessage function.


 
Access PInvoke.net directly from VS: