Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / CallWindowProc Method


In This Topic
    CallWindowProc Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CallWindowProc( _
       ByVal wndProc As System.IntPtr, _
       ByVal hwnd As System.IntPtr, _
       ByVal msg As System.Integer, _
       ByVal wparam As System.IntPtr, _
       ByVal lparam As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim wndProc As System.IntPtr
    Dim hwnd As System.IntPtr
    Dim msg As System.Integer
    Dim wparam As System.IntPtr
    Dim lparam As System.IntPtr
    Dim value As System.Integer
     
    value = NUser32.CallWindowProc(wndProc, hwnd, msg, wparam, lparam)
    public static System.int CallWindowProc( 
       System.IntPtr wndProc,
       System.IntPtr hwnd,
       System.int msg,
       System.IntPtr wparam,
       System.IntPtr lparam
    )

    Parameters

    wndProc
    hwnd
    msg
    wparam
    lparam
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also