FreeRDP
Loading...
Searching...
No Matches
FILE_DIRECTORY_INFORMATION Struct Reference

#include <rdpdr.h>

Collaboration diagram for FILE_DIRECTORY_INFORMATION:

Data Fields

UINT32 NextEntryOffset
 
UINT32 FileIndex
 
LARGE_INTEGER CreationTime
 
LARGE_INTEGER LastAccessTime
 
LARGE_INTEGER LastWriteTime
 
LARGE_INTEGER ChangeTime
 
LARGE_INTEGER EndOfFile
 
LARGE_INTEGER AllocationSize
 
UINT32 FileAttributes
 
char FileName [512]
 

Detailed Description

File directory information structure

Definition at line 55 of file server/rdpdr.h.

Field Documentation

◆ AllocationSize

LARGE_INTEGER FILE_DIRECTORY_INFORMATION::AllocationSize

Allocated size

Definition at line 64 of file server/rdpdr.h.

◆ ChangeTime

LARGE_INTEGER FILE_DIRECTORY_INFORMATION::ChangeTime

Last change time

Definition at line 62 of file server/rdpdr.h.

◆ CreationTime

LARGE_INTEGER FILE_DIRECTORY_INFORMATION::CreationTime

File creation time

Definition at line 59 of file server/rdpdr.h.

◆ EndOfFile

LARGE_INTEGER FILE_DIRECTORY_INFORMATION::EndOfFile

End of file position

Definition at line 63 of file server/rdpdr.h.

◆ FileAttributes

UINT32 FILE_DIRECTORY_INFORMATION::FileAttributes

File attributes

Definition at line 65 of file server/rdpdr.h.

◆ FileIndex

UINT32 FILE_DIRECTORY_INFORMATION::FileIndex

File index

Definition at line 58 of file server/rdpdr.h.

◆ FileName

char FILE_DIRECTORY_INFORMATION::FileName[512]

File name

Definition at line 69 of file server/rdpdr.h.

◆ LastAccessTime

LARGE_INTEGER FILE_DIRECTORY_INFORMATION::LastAccessTime

Last access time

Definition at line 60 of file server/rdpdr.h.

◆ LastWriteTime

LARGE_INTEGER FILE_DIRECTORY_INFORMATION::LastWriteTime

Last write time

Definition at line 61 of file server/rdpdr.h.

◆ NextEntryOffset

UINT32 FILE_DIRECTORY_INFORMATION::NextEntryOffset

Offset to next entry

Definition at line 57 of file server/rdpdr.h.


The documentation for this struct was generated from the following file: