public static System.bool SystemParametersInfo( System.int Action, System.int Param, System.IntPtr lpParam, System.int WinIni )
'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