CamTimer.Kernel.NativeMethods.SystemParametersInfo C# (CSharp) Method

SystemParametersInfo() private method

private SystemParametersInfo ( int uAction, int uParam, [ lpvParam, int flags ) : bool
uAction int
uParam int
lpvParam [
flags int
return bool
            internal static extern bool SystemParametersInfo(int uAction, int uParam, [MarshalAs(UnmanagedType.Bool)]ref bool lpvParam, int flags);