예제 #1
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int GetDateFormat(int Locale, int dwFlags, ref SYSTEMTIME lpDate, string lpFormat, StringBuilder lpDateStr, int cchDate);
예제 #2
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int GetTimeFormat(int Locale, int dwFlags, ref SYSTEMTIME lpTime, string lpFormat, StringBuilder lpTimeStr, int cchTime);
예제 #3
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern int FileTimeToSystemTime(ref _FILETIME lpFileTime, ref SYSTEMTIME lpSystemTime);
예제 #4
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public static extern bool SetLocalTime(ref SYSTEMTIME lpSystemTime);
예제 #5
0
파일: WindowsAPI.cs 프로젝트: xxy1991/cozy
 public extern static void GetSystemTime(ref SYSTEMTIME lpSystemTime);