Message.LParam 属性

定义

指定消息的 LParam 字段。

public:
 property IntPtr LParam { IntPtr get(); void set(IntPtr value); };
public IntPtr LParam { get; set; }
member this.LParam : nativeint with get, set
Public Property LParam As IntPtr

属性值

IntPtr

nativeint

消息的 LParam 字段。

注解

此字段的值取决于消息。 LParam使用 字段获取对处理消息非常重要的信息。 LParam 通常用于存储消息所需的对象。 GetLParam使用 方法检索信息并将其LParam从 字段转换为 对象。

适用于

另请参阅