DwmDefWindowProc Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function DwmDefWindowProc( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr _
) As System.Integer
public static System.int DwmDefWindowProc(
System.IntPtr ,
System.int ,
System.IntPtr ,
System.IntPtr
)
Parameters
- hWnd
- msg
- wParam
- lParam
See Also