MSG.wParam Właściwość

Definicja

Pobiera lub ustawia wParam wartość komunikatu, która określa dodatkowe informacje o komunikacie. Dokładne znaczenie zależy od wartości komunikatu.

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

Wartość właściwości

IntPtr

nativeint

Wartość wParam komunikatu.

Atrybuty

Dotyczy