deleted

Is used by zInfo_s and contains information about the time stamp and user ID of a deleted file.

Service:File System Services (64-Bit)
Defined In:zParams.h

Syntax

struct                      /* zGET_DELETED_INFO */
{                           /* zMOD_DELETED_INFO */
   QUAD       time;
   UserID_t   id;           /* zMOD_DELETED_ID   */
} deleted;

Fields

time

Specifies the time that the file was deleted.

id

Specifies the user ID of the user that deleted the file. If this information is requested and the file is not a deleted file, both fields are filled with zeroes.