コード例 #1
0
 internal static extern bool SystemParametersInfo(SystemParametersInfoAction action, int size, byte[] buffer, SystemParametersInfoFlags winini);
コード例 #2
0
ファイル: User32.cs プロジェクト: AArnott/pinvoke
 public static unsafe extern bool SystemParametersInfo(
     SystemParametersInfoAction uiAction,
     uint uiParam,
     void* pvParam,
     SystemParametersInfoFlags fWinIni);
コード例 #3
0
ファイル: Core.cs プロジェクト: aldoblack/webknowledge
		internal static extern bool SystemParametersInfo(SystemParametersInfoAction action, int size, byte[] buffer, SystemParametersInfoFlags winini);