
 SYSPARAM: Demonstrates the SystemParametersInfo Function
 
 SYSPARAM uses the SystemParametersInfo function to display
 and modify systemwide parameters.
 
 SystemParametersInfo is a new function in the Microsoft(R)
 Window(TM) version 3.1 Software Development Kit (SDK) that
 lets you query or change most of the systemwide settings--
 everything from the wallpaper on the desktop to the width
 of window borders. SYSPARAM displays the systemwide
 parameters and their current values in the client area.
 You can choose options from the Set Params menu to change
 these settings.
 
 WARNING:  This sample modifies the WIN.INI file. Please
 remember any changes you make to the system parameters so
 you can reset them to their original values.
 
 SYSPARAM was built and tested under Microsoft Windows
 version 3.1.
 
 KEYWORDS: icon spacing; language driver; screen saver;
 keyboard speed; grid granularity; wallpaper; beep; border
 width; menu drop
 
 
