menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate WindowsAPI.BrowseCallbackProc - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate WindowsAPI.BrowseCallbackProc

    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate IntPtr BrowseCallbackProc(IntPtr hwnd, int uMsg, IntPtr lParam, IntPtr lpData);
    Parameters
    Type Name Description
    System.IntPtr hwnd
    System.Int32 uMsg
    System.IntPtr lParam
    System.IntPtr lpData
    Returns
    Type
    System.IntPtr

    Constructors

    BrowseCallbackProc(Object, IntPtr)

    Declaration
    public BrowseCallbackProc(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(IntPtr, Int32, IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr hwnd, int uMsg, IntPtr lParam, IntPtr lpData, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr hwnd
    System.Int32 uMsg
    System.IntPtr lParam
    System.IntPtr lpData
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual IntPtr EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.IntPtr

    Invoke(IntPtr, Int32, IntPtr, IntPtr)

    Declaration
    public virtual IntPtr Invoke(IntPtr hwnd, int uMsg, IntPtr lParam, IntPtr lpData)
    Parameters
    Type Name Description
    System.IntPtr hwnd
    System.Int32 uMsg
    System.IntPtr lParam
    System.IntPtr lpData
    Returns
    Type
    System.IntPtr
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved