Partager via


FILETIME Structure

Définition

Attention

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

Utilisez plutôt 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
Héritage
FILETIME
Attributs

Remarques

Pour plus d’informations sur la FILETIME structure, consultez MSDN Library.

Champs

dwHighDateTime
Obsolète.

Spécifie 32 bits de poids fort de FILETIME.

dwLowDateTime
Obsolète.

Spécifie 32 bits de poids faible de FILETIME.

S’applique à