@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: DwmDefWindowProc@msdn on MSDN
Edit dwmapi.DwmDefWind...
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.