enum SPIF
{
SPIF_UPDATEINIFILE = 0x01, // Writes the new system-wide parameter setting to the user profile.
SPIF_SENDCHANGE = 0x02, // Broadcasts the WM_SETTINGCHANGE message after updating the user profile.
SPIF_SENDWININICHANGE = 0x02 // Same as SPIF_SENDCHANGE.
}
Enum SPIF
TODO
End Enum
None.