SPIF (Enums)
Last changed: -58.62.137.163

.
Summary

C# Definition:

enum SPIF
{
   None =          0x00,
   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.
}

VB Definition:

Enum SPIF
   TODO
End Enum

Notes:

None.

Documentation