Compartir a través de


AifWindowsFormsHost.WndProc Method

Overridden implementation of windows processor.

Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim hwnd As IntPtr
Dim msg As Integer
Dim wParam As IntPtr
Dim lParam As IntPtr
Dim handled As Boolean
Dim returnValue As IntPtr

returnValue = Me.WndProc(hwnd, msg, wParam, lParam, handled)

Syntax

'Declaration
Protected Overrides Function WndProc ( _
    hwnd As IntPtr, _
    msg As Integer, _
    wParam As IntPtr, _
    lParam As IntPtr, _
    ByRef handled As Boolean _
) As IntPtr
protected override IntPtr WndProc (
    IntPtr hwnd,
    int msg,
    IntPtr wParam,
    IntPtr lParam,
    ref bool handled
)
protected:
virtual IntPtr WndProc (
    IntPtr hwnd, 
    int msg, 
    IntPtr wParam, 
    IntPtr lParam, 
    bool% handled
) override
protected IntPtr WndProc (
    IntPtr hwnd, 
    int msg, 
    IntPtr wParam, 
    IntPtr lParam, 
    /** @ref */ boolean handled
)

Parameters

  • hwnd
    Specifies the host window.
  • msg
    Specifies the message.
  • wParam
    Specifies the window parameters.
  • lParam
    Specifies the interface parameters.
  • handled
    Specifies whether the implementation was handled.

Return Value

Type:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

AifWindowsFormsHost Class
AifWindowsFormsHost Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace

Unified Service Desk 2.0
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.