コード例 #1
0
 static extern bool SetLocalTime(ref SYSTEMTIME time);
コード例 #2
0
ファイル: Libraries.cs プロジェクト: toarek/TimeSync
 public extern static uint SetSystemTime(ref SYSTEMTIME lpSystemTime);
コード例 #3
0
 public static extern bool SetSystemTime([In] ref SYSTEMTIME st);
コード例 #4
0
ファイル: Libraries.cs プロジェクト: toarek/TimeSync
 public extern static void GetSystemTime(ref SYSTEMTIME lpSystemTime);