Enum SystemParametersInfoBehaviors
If a system parameter is being set, specifies whether the user profile is to be updated, and if so, whether the WM_SETTINGCHANGE message is to be broadcast to all top-level windows to notify them of the change. This parameter can be zero if you do not want to update the user profile or broadcast the WM_SETTINGCHANGE message, or it can be one or more of the following values.
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum SystemParametersInfoBehaviors : uint
Fields
| Name | Description |
|---|---|
| None | Do nothing |
| SendChange | Broadcasts the WM_SETTINGCHANGE message after updating the user profile. |
| SendWinIniChange | Same as SPIF_SENDCHANGE. |
| UpdateIniFile | Writes the new system-wide parameter setting to the user profile. |