Level 1 (32-bit) information (used without EAs).
typedef struct _FILEFINDBUF3 {
ULONG oNextEntryOffset; /* Offset of next entry. */
FDATE fdateCreation; /* Date of file creation. */
FTIME ftimeCreation; /* Time of file creation. */
FDATE fdateLastAccess; /* Date of last access. */
FTIME ftimeLastAccess; /* Time of last access. */
FDATE fdateLastWrite; /* Date of last write. */
FTIME ftimeLastWrite; /* Time of last write. */
ULONG cbFile; /* Size of file. */
ULONG cbFileAlloc; /* Allocation size. */
ULONG attrFile; /* File attributes. */
UCHAR cchName;
CHAR achName[CCHMAXPATHCOMP]; /* File name including null terminator. */
} FILEFINDBUF3;
typedef FILEFINDBUF3 * PFILEFINDBUF3 ;