函数原型
BOOL SystemParametersInfo(
    UINT uiAction, // system parameter to query or set
    UINT uiParam, // depends on action to be taken
    PVOID pvParam, // depends on action to be taken
    UINT fWinIni  // user profile update flag
   );