MSG.lParam 属性

定义

获取或设置指定有关消息的其他信息的 lParam 值。 其具体含义取决于 message 成员的值。

public:
 property IntPtr lParam { IntPtr get(); void set(IntPtr value); };
public IntPtr lParam { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public IntPtr lParam { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.lParam : nativeint with get, set
member this.lParam : nativeint with get, set
Public Property lParam As IntPtr

属性值

IntPtr

nativeint

消息的 lParam 值。

属性

适用于