|
KiCad PCB EDA Suite
|
#include <kiplatform/io.h>#include <wx/string.h>#include <wx/wxcrt.h>#include <wx/filename.h>#include <string>#include <windows.h>#include <shlwapi.h>#include <winternl.h>Go to the source code of this file.
Classes | |
| struct | _FILE_FULL_DIR_INFORMATION |
Macros | |
| #define | FileFullDirectoryInformation ( (FILE_INFORMATION_CLASS) 2 ) |
Typedefs | |
| typedef struct _FILE_FULL_DIR_INFORMATION | FILE_FULL_DIR_INFORMATION |
| typedef struct _FILE_FULL_DIR_INFORMATION * | PFILE_FULL_DIR_INFORMATION |
Functions | |
| typedef | NTSTATUS (NTAPI *PFN_NtQueryDirectoryFile)(HANDLE |
Variables | |
| typedef | HANDLE |
| typedef | PIO_APC_ROUTINE |
| typedef | PVOID |
| typedef | PIO_STATUS_BLOCK |
| typedef | ULONG |
| typedef | FILE_INFORMATION_CLASS |
| typedef | BOOLEAN |
| typedef | PUNICODE_STRING |
| #define FileFullDirectoryInformation ( (FILE_INFORMATION_CLASS) 2 ) |
Definition at line 63 of file windows/io.cpp.
| typedef struct _FILE_FULL_DIR_INFORMATION FILE_FULL_DIR_INFORMATION |
| typedef struct _FILE_FULL_DIR_INFORMATION * PFILE_FULL_DIR_INFORMATION |
| typedef NTSTATUS | ( | NTAPI * | PFN_NtQueryDirectoryFile | ) |
| typedef BOOLEAN |
Definition at line 60 of file windows/io.cpp.
| typedef FILE_INFORMATION_CLASS |
Definition at line 60 of file windows/io.cpp.
| typedef HANDLE |
Definition at line 58 of file windows/io.cpp.
| typedef PIO_APC_ROUTINE |
Definition at line 58 of file windows/io.cpp.
| typedef PIO_STATUS_BLOCK |
Definition at line 59 of file windows/io.cpp.
| typedef PUNICODE_STRING |
Definition at line 61 of file windows/io.cpp.
| typedef PVOID |
Definition at line 58 of file windows/io.cpp.
| typedef ULONG |
Definition at line 59 of file windows/io.cpp.