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消息的值。

属性

适用于