|
KiCad PCB EDA Suite
|
Public Attributes | |
| ULONG | NextEntryOffset |
| ULONG | FileIndex |
| LARGE_INTEGER | CreationTime |
| LARGE_INTEGER | LastAccessTime |
| LARGE_INTEGER | LastWriteTime |
| LARGE_INTEGER | ChangeTime |
| LARGE_INTEGER | EndOfFile |
| LARGE_INTEGER | AllocationSize |
| ULONG | FileAttributes |
| ULONG | FileNameLength |
| ULONG | EaSize |
| WCHAR | FileName [1] |
Definition at line 41 of file windows/io.cpp.
| LARGE_INTEGER _FILE_FULL_DIR_INFORMATION::AllocationSize |
Definition at line 50 of file windows/io.cpp.
| LARGE_INTEGER _FILE_FULL_DIR_INFORMATION::ChangeTime |
Definition at line 48 of file windows/io.cpp.
| LARGE_INTEGER _FILE_FULL_DIR_INFORMATION::CreationTime |
Definition at line 45 of file windows/io.cpp.
| ULONG _FILE_FULL_DIR_INFORMATION::EaSize |
Definition at line 53 of file windows/io.cpp.
| LARGE_INTEGER _FILE_FULL_DIR_INFORMATION::EndOfFile |
Definition at line 49 of file windows/io.cpp.
| ULONG _FILE_FULL_DIR_INFORMATION::FileAttributes |
Definition at line 51 of file windows/io.cpp.
| ULONG _FILE_FULL_DIR_INFORMATION::FileIndex |
Definition at line 44 of file windows/io.cpp.
| WCHAR _FILE_FULL_DIR_INFORMATION::FileName[1] |
Definition at line 54 of file windows/io.cpp.
| ULONG _FILE_FULL_DIR_INFORMATION::FileNameLength |
Definition at line 52 of file windows/io.cpp.
| LARGE_INTEGER _FILE_FULL_DIR_INFORMATION::LastAccessTime |
Definition at line 46 of file windows/io.cpp.
| LARGE_INTEGER _FILE_FULL_DIR_INFORMATION::LastWriteTime |
Definition at line 47 of file windows/io.cpp.
| ULONG _FILE_FULL_DIR_INFORMATION::NextEntryOffset |
Definition at line 43 of file windows/io.cpp.