'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)
Parameters
- Action
- Param
- pBool
- WinIni