public static extern bool SystemParametersInfo(SystemInfoParamsAction uAction, int uParam, IntPtr lpvParam, int flags);
static extern bool SystemParametersInfo(SystemInfoParamsAction uAction, int uParam, ref bool lpvParam, int flags);