ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SystemParametersInfo Method / SystemParametersInfo(Int32,Int32,Int32,Int32) Method

In This Topic
    SystemParametersInfo(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function SystemParametersInfo( _
       ByVal uiAction As System.Integer, _
       ByVal uiParam As System.Integer, _
       ByVal pvParam As System.Integer, _
       ByVal fWinIni As System.Integer _
    ) As System.Boolean
    public static System.bool SystemParametersInfo( 
       System.int uiAction,
       System.int uiParam,
       System.int pvParam,
       System.int fWinIni
    )

    Parameters

    uiAction
    uiParam
    pvParam
    fWinIni
    See Also