Summary:

    The Window 3.1 SDK has a new API that allows the most
of the system settings to be changed.  Everything from the
Wallpaper on the desktop to the width of windows borders
can be queried and/or set using the new SystemParametersInfo
API.  This sample application demonstrates how you can Get
and Set the parameters available through this API.  This 
sample lets the user change many of the settings that are
available in the control panel.

WARNING: This sample modifies the WIN.INI file.  Please
remember any changes you make to the system parameters
so you can set them back to their original value.

This sample requires the 3.1 SDK to build.



