Op Englesch liesen Editéieren

Deelen iwwer


HwndHost.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean) Method

Definition

When overridden in a derived class, accesses the window process (handle) of the hosted child window.

C#
[System.Security.SecurityCritical]
protected virtual IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled);
C#
protected virtual IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled);

Parameters

hwnd
IntPtr

The window handle of the hosted window.

msg
Int32

The message to act upon.

wParam
IntPtr

Information that may be relevant to handling the message. This is typically used to store small pieces of information, such as flags.

lParam
IntPtr

Information that may be relevant to handling the message. This is typically used to reference an object.

handled
Boolean

Whether events resulting should be marked handled.

Returns

IntPtr

The window handle of the child window.

Attributes

Remarks

Wichteg

This type or member is not available in the Internet security zone.

Notes to Inheritors

The base implementation in HwndHost does not return a practical process, but will return IntPtr.Zero as a failsafe.

Applies to

Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10