LParams Enumeration
Specifies additional message-specific information for various system-defined message.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration LParams
Dim instance As LParams
public enum class LParams
No code example is currently available or this language may not be supported.
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.
|