Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Runs the WndProc for this window.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Function WndProc ( _
hwnd As IntPtr, _
msg As Integer, _
wParam As IntPtr, _
lParam As IntPtr _
) As IntPtr
protected virtual IntPtr WndProc(
IntPtr hwnd,
int msg,
IntPtr wParam,
IntPtr lParam
)
Parameters
- hwnd
Type: System.IntPtr
The window handle.
- msg
Type: System.Int32
The window message.
- wParam
Type: System.IntPtr
Window parameters.
- lParam
Type: System.IntPtr
Window parameters.
Return Value
Type: System.IntPtr
Returns the window handle.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.