FILETIME Struktura

Definicja

Przestroga

Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202

Przestroga

Ten interfejs API jest już przestarzały.

Zamiast tego użyj polecenia cmdlet FILETIME.

public value class FILETIME
[System.Runtime.InteropServices.ComVisible(false)]
public struct FILETIME
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FILETIME
[System.Obsolete]
public struct FILETIME
[<System.Runtime.InteropServices.ComVisible(false)>]
type FILETIME = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FILETIME instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FILETIME = struct
[<System.Obsolete>]
type FILETIME = struct
Public Structure FILETIME
Dziedziczenie
FILETIME
Atrybuty

Uwagi

Aby uzyskać więcej informacji na FILETIME temat struktury, zobacz Bibliotekę MSDN.

Pola

dwHighDateTime

Określa wysokie 32 bity FILETIME .

dwLowDateTime

Określa niskie 32 bity FILETIME .

Dotyczy