Ejemplo n.º 1
0
 internal static extern bool SystemParametersInfo(SystemParametersInfoAction action, int size, byte[] buffer, SystemParametersInfoFlags winini);
Ejemplo n.º 2
0
 public static unsafe extern bool SystemParametersInfo(
     SystemParametersInfoAction uiAction,
     uint uiParam,
     void* pvParam,
     SystemParametersInfoFlags fWinIni);
Ejemplo n.º 3
0
		internal static extern bool SystemParametersInfo(SystemParametersInfoAction action, int size, byte[] buffer, SystemParametersInfoFlags winini);