예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SystemTimeToTzSpecificLocalTime(ref TIME_ZONE_INFORMATION lpTimeZoneInformation,
                                                          ref SYSTEMTIME lpUniversalTime,
                                                          ref SYSTEMTIME lpLocalTime);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SetTimeZoneInformation(ref TIME_ZONE_INFORMATION lpTimeZoneInformation);