SPIF (Enums)
Last changed: -92.208.127.193

.
Summary
TODO - a short description

C# Definition:

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.
}

VB Definition:

Enum SPIF
   TODO
End Enum

Notes:

None.

Documentation