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,并将其转换为对象。

适用于

另请参阅