FILETIME Struct

Definizione

Attenzione

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

Attenzione

Questa API è ora deprecata.

In alternativa, utilizzare 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
Ereditarietà
FILETIME
Attributi

Commenti

Per altre informazioni sulla FILETIME struttura, vedere MSDN Library.

Campi

dwHighDateTime

Specifica i 32 bit alti di FILETIME.

dwLowDateTime

Specifica i 32 bit bassi di FILETIME.

Si applica a