C# Class WebCacheTool.Win32API

Win32 api functions and definitions we use.
Mostra file Open project: petlof/brutile-googleV3

Public Methods

Method 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

Method 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 method

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

ToStringFromFileTime() public static method

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