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


In This Topic
    SystemParametersInfo(Int32,Int32,Boolean,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SystemParametersInfo( _
       ByVal Action As System.Integer, _
       ByVal Param As System.Integer, _
       ByRef pBool As System.Boolean, _
       ByVal WinIni As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim Action As System.Integer
    Dim Param As System.Integer
    Dim pBool As System.Boolean
    Dim WinIni As System.Integer
    Dim value As System.Boolean
     
    value = NUser32.SystemParametersInfo(Action, Param, pBool, WinIni)
    public static System.bool SystemParametersInfo( 
       System.int Action,
       System.int Param,
       ref System.bool pBool,
       System.int WinIni
    )

    Parameters

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