Method SystemParametersInfo
SystemParametersInfo(uint, uint, ref HighContrastData, uint)
Retrieves or sets various system-wide parameters.
public static extern bool SystemParametersInfo(uint uiAction, uint uiParam, ref MswUtils.NativeMethods.HighContrastData callback, uint fwinini)
Parameters
uiActionuintThe system-wide parameter to be retrieved or set.
uiParamuintA parameter whose usage depends on the action specified by
uiAction.callbackMswUtils.NativeMethods.HighContrastDataA reference to a MswUtils.NativeMethods.HighContrastData structure or other data, depending on the action.
fwininiuintFlags indicating whether to update user profile or broadcast setting changes.