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 "DispatchMessage" in [All]

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.

user32

.

                Win32.DispatchMessage( ref msg);

.
Summary
.

static extern IntPtr DispatchMessage([In] ref MSG lpmsg);

.

Public Shared Function DispatchMessage( _

.
Documentation
[DispatchMessage] on MSDN
.

            WindowsAPIs.DispatchMessage(ref msg);


 
Access PInvoke.net directly from VS: