FILETIME Struktur

Definition

Achtung

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

Achtung

Diese API ist nun veraltet.

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.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
Vererbung
FILETIME
Attribute

Hinweise

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

Felder

dwHighDateTime

Gibt die oberen 32 Bits von FILETIME an.

dwLowDateTime

Gibt die unteren 32 Bits von FILETIME an.

Gilt für