DwmDefWindowProc (dwmapi)
Last changed: -74.46.19.27

.
Summary
Default window procedure for Desktop Window Manager (DWM) hit testing within the non-client area.

C# Signature:

[DllImport("dwmapi.dll")]
static extern bool DwmDefWindowProc(IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, ref IntPtr plResult);

VB.NET Signature:

<DllImport("dwmapi.dll")> _
Private Shared Function DwmDefWindowProc(ByVal hWnd As IntPtr, ByVal msg As Integer, ByVal wParam As IntPtr, ByVal lParam As IntPtr, ByRef plResult As IntPtr) As Integer
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation