Show / Hide Table of Contents

Struct Message

Represents a Windows Message.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: WinUIEx.Messaging
Assembly: WinUIEx.dll
Syntax
public struct Message
Remarks

Refer to Windows MSG structure documentation for more info: .

Properties

Name Description
Hwnd

Gets the window handle of the message.

LParam

Specifies the LParam field of the message.

MessageId

Gets the ID number for the message.

WParam

Gets or sets the WParam field of the message.

Methods

Name Description
ToString()

Returns the fully qualified type name of this instance.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX