structure FILE_TIMESTAMPS (ntifs.h)
La structure FILE_TIMESTAMPS spécifie la dernière instance enregistrée d’actions spécifiques sur un fichier.
Syntaxe
typedef struct _FILE_TIMESTAMPS {
LARGE_INTEGER CreationTime;
LARGE_INTEGER LastAccessTime;
LARGE_INTEGER LastWriteTime;
LARGE_INTEGER ChangeTime;
} FILE_TIMESTAMPS, *PFILE_TIMESTAMPS;
Membres
CreationTime
Spécifie l’heure de création d’un fichier.
LastAccessTime
Spécifie la dernière fois qu’un fichier a été accédé.
LastWriteTime
Spécifie la dernière fois qu’un fichier a été écrit.
ChangeTime
Spécifie la dernière fois qu’un fichier a été modifié ou modifié.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ntifs.h (include Ntifs.h, Fltkernel.h) |