Freigeben über


FILETIME Struktur

Definition

Achtung

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

Verwenden Sie stattdessen 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.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
Public Structure FILETIME
Vererbung
FILETIME
Attribute

Hinweise

Weitere Informationen zur FILETIME -Struktur finden Sie in der MSDN Library.

Felder

dwHighDateTime
Veraltet.

Gibt die oberen 32 Bits von FILETIME an.

dwLowDateTime
Veraltet.

Gibt die unteren 32 Bits von FILETIME an.

Gilt für: