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


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

Parameters

Action
Param
pUint
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