Search Results for

    Show / Hide Table of Contents

    Delegate WindowProcedureHandler

    Callback delegate which is used by the Windows API to submit window messages.

    Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public delegate IntPtr WindowProcedureHandler(IntPtr hwnd, uint uMsg, IntPtr wparam, IntPtr lparam);
    Parameters
    Type Name Description
    System.IntPtr hwnd
    System.UInt32 uMsg
    System.IntPtr wparam
    System.IntPtr lparam
    Returns
    Type Description
    System.IntPtr
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx