C# Class WebCacheTool.Win32API

Win32 api functions and definitions we use.
Afficher le fichier Open project: petlof/brutile-googleV3

Méthodes publiques

Méthode Description
FromFileTime ( Win32API ft ) : System.DateTime

Helper routine to get a DateTime from a FILETIME.

ToStringFromFileTime ( Win32API ft ) : string

Get a string representation of the given FILETIME.

Private Methods

Méthode Description
FileTimeToSystemTime ( FILETIME &FileTime, SYSTEMTIME &SystemTime ) : long
SystemTimeToTzSpecificLocalTime ( IntPtr lpTimeZoneInformation, SYSTEMTIME &lpUniversalTime, SYSTEMTIME &lpLocalTime ) : long
Win32API ( ) : System

Static class -- can't create.

Method Details

FromFileTime() public static méthode

Helper routine to get a DateTime from a FILETIME.
public static FromFileTime ( Win32API ft ) : System.DateTime
ft Win32API
Résultat System.DateTime

ToStringFromFileTime() public static méthode

Get a string representation of the given FILETIME.
public static ToStringFromFileTime ( Win32API ft ) : string
ft Win32API
Résultat string