Search Results for

    Show / Hide Table of Contents

    Delegate Win32Native.WndProc

    Delegate WndProc.

    Namespace: Evergine.Forms
    Assembly: Evergine.Forms.dll
    Syntax
    public delegate nint Win32Native.WndProc(nint hWnd, int msg, nint wParam, nint lParam)
    Parameters
    Type Name Description
    nint hWnd

    The h WND.

    int msg

    The MSG.

    nint wParam

    The w param.

    nint lParam

    The l param.

    Returns
    Type Description
    nint

    function pointer.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX