コード例 #1
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern long CompareFileTime(_FILETIME lpFileTime1, _FILETIME lpFileTime2);
コード例 #2
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern bool GetThreadTimes(IntPtr hThread, ref _FILETIME lpCreationTime, ref _FILETIME lpExitTime, ref _FILETIME lpKernelTime, ref _FILETIME lpUserTime);
コード例 #3
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern bool SystemTimeToFileTime([In] ref SYSTEMTIME lpSystemTime, out _FILETIME lpFileTime);
コード例 #4
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern bool LocalFileTimeToFileTime([In] ref _FILETIME lpLocalTime, out _FILETIME lpFileTime);
コード例 #5
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern int FileTimeToSystemTime(ref _FILETIME lpFileTime, ref SYSTEMTIME lpSystemTime);
コード例 #6
0
ファイル: WindowsAPI.cs プロジェクト: xxy1991/cozy
 public static extern bool GetProcessTimes(IntPtr hProcess, ref  _FILETIME lpCreationTime, ref  _FILETIME lpExitTime, ref _FILETIME lpKernelTime, ref  _FILETIME lpUserTime);