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


In This Topic
    SystemParametersInfo(Int32,Int32,UInt32,Int32) Method
    In This Topic
    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)
    public static System.bool SystemParametersInfo( 
       System.int Action,
       System.int Param,
       ref System.uint pUint,
       System.int 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