LParams Enumeration

Specifies additional message-specific information for various system-defined message.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum LParams

Remarks

Members

Null 0 A Null LParam.
SC_MonitorPowerStandBy 1 The display is going to low power.

lParam to use with WM_SysCommand message.

SC_MonitorPowerOff 2 The display is being shut off.

lParam to use with WM_SysCommand message.

SC_MonitorPowerOn -1 The display is powering on.

lParam to use with WM_SysCommand message.

AppCommandVolumeMute 524,288 Mute the system volume.

lParam to use with WM_AppCommand message.

See Also