Exemplo n.º 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);
Exemplo n.º 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);
Exemplo n.º 6
0
 private static extern unsafe bool SystemTimeToFileTime(Interop.Kernel32.SYSTEMTIME *time, long *fileTime);
Exemplo n.º 7
0
 private static extern unsafe bool ValidateSystemTime(Interop.Kernel32.SYSTEMTIME *time, bool localTime);
Exemplo n.º 8
0
 internal static unsafe partial void GetSystemTime(Interop.Kernel32.SYSTEMTIME *lpSystemTime);