SystemParametersInfo(UInt32,UInt32,NONCLIENTMETRICS,UInt32) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function SystemParametersInfo( _
ByVal As UInteger, _
ByVal As UInteger, _
ByRef As Win32.NONCLIENTMETRICS, _
ByVal As UInteger _
) As Boolean
public static bool SystemParametersInfo(
uint ,
uint ,
ref Win32.NONCLIENTMETRICS ,
uint
)
Parameters
- uiAction
- uiParam
- pvParam
- fWinIni
See Also