示例#1
0
 internal static extern unsafe void GetSystemTime(Interop.Kernel32.SYSTEMTIME *lpSystemTime);
 internal static unsafe extern Interop.BOOL SystemTimeToFileTime(Interop.Kernel32.SYSTEMTIME *lpSystemTime, long *lpFileTime);
示例#3
0
 internal static extern unsafe Interop.BOOL FileTimeToSystemTime(long *lpFileTime, Interop.Kernel32.SYSTEMTIME *lpSystemTime);
 internal static unsafe partial Interop.BOOL SystemTimeToFileTime(Interop.Kernel32.SYSTEMTIME *lpSystemTime, ulong *lpFileTime);
 internal static unsafe partial Interop.BOOL TzSpecificLocalTimeToSystemTime(
     IntPtr lpTimeZoneInformation,
     Interop.Kernel32.SYSTEMTIME *lpLocalTime,
     Interop.Kernel32.SYSTEMTIME *lpUniversalTime);
 private static extern unsafe bool SystemTimeToFileTime(Interop.Kernel32.SYSTEMTIME *time, long *fileTime);
 private static extern unsafe bool ValidateSystemTime(Interop.Kernel32.SYSTEMTIME *time, bool localTime);
 internal static unsafe partial void GetSystemTime(Interop.Kernel32.SYSTEMTIME *lpSystemTime);