Nevron.Interop.Win32 Namespace / NUser32 Class / SystemParametersInfo Method / SystemParametersInfo(Int32,Int32,IntPtr,Int32) Method


SystemParametersInfo(Int32,Int32,IntPtr,Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function SystemParametersInfo( _
   ByVal Action As System.Integer, _
   ByVal Param As System.Integer, _
   ByVal lpParam As System.IntPtr, _
   ByVal WinIni As System.Integer _
) As System.Boolean
 
'Usage
 
Dim Action As System.Integer
Dim Param As System.Integer
Dim lpParam As System.IntPtr
Dim WinIni As System.Integer
Dim value As System.Boolean
 
value = NUser32.SystemParametersInfo(Action, Param, lpParam, WinIni)

Parameters

Action
Param
lpParam
WinIni
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also