public static System.bool SystemParametersInfo( System.int Action, System.int Param, ref System.uint pUint, System.int WinIni )
'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)
Parameters
- Action
- Param
- pUint
- WinIni