FILETIME Structure

Définition

Attention

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

Utilisez FILETIME à la place.

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

Nom Description
dwHighDateTime
Obsolète.

Spécifie les 32 bits élevés du FILETIME.

dwLowDateTime
Obsolète.

Spécifie les 32 bits faibles du FILETIME.

S’applique à