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 值。

屬性

適用於