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