14 references to SYSTEM_PARAMETERS_INFO_ACTION
Microsoft.Private.Windows.Core (14)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (1)
923
internal static extern unsafe winmdroot.Foundation.BOOL SystemParametersInfo(winmdroot.UI.WindowsAndMessaging.
SYSTEM_PARAMETERS_INFO_ACTION
uiAction, uint uiParam, [Optional] void* pvParam, winmdroot.UI.WindowsAndMessaging.SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS fWinIni);
Windows\Win32\PInvokeCore.SystemParametersInfo.cs (13)
10
/// <inheritdoc cref="SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
, uint, void*, SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS)"/>
11
public static unsafe bool SystemParametersInfo<T>(
SYSTEM_PARAMETERS_INFO_ACTION
uiAction, ref T value)
20
/// <inheritdoc cref="SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
, uint, void*, SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS)"/>
21
public static unsafe int SystemParametersInfoInt(
SYSTEM_PARAMETERS_INFO_ACTION
uiAction)
28
/// <inheritdoc cref="SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
, uint, void*, SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS)"/>
29
public static unsafe bool SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
uiAction, ref bool value, uint fWinIni = 0)
37
/// <inheritdoc cref="SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
, uint, void*, SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS)"/>
38
public static unsafe bool SystemParametersInfoBool(
SYSTEM_PARAMETERS_INFO_ACTION
uiAction)
45
/// <inheritdoc cref="SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
, uint, void*, SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS)"/>
54
SYSTEM_PARAMETERS_INFO_ACTION
.SPI_GETHIGHCONTRAST,
61
/// <inheritdoc cref="SystemParametersInfo(
SYSTEM_PARAMETERS_INFO_ACTION
, uint, void*, SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS)"/>
68
SYSTEM_PARAMETERS_INFO_ACTION
.SPI_GETNONCLIENTMETRICS,
87
(uint)
SYSTEM_PARAMETERS_INFO_ACTION
.SPI_GETNONCLIENTMETRICS,