Share via


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 값입니다.

특성

적용 대상