ReactOS 0.4.16-dev-814-g656a5dc
|
Go to the source code of this file.
Classes | |
struct | _finddata32_t |
struct | _finddata32i64_t |
struct | _finddata64i32_t |
struct | __finddata64_t |
Macros | |
#define | _finddata_t _finddata64i32_t |
#define | _finddatai64_t __finddata64_t |
#define | _A_NORMAL 0x00 |
#define | _A_RDONLY 0x01 |
#define | _A_HIDDEN 0x02 |
#define | _A_SYSTEM 0x04 |
#define | _A_SUBDIR 0x10 |
#define | _A_ARCH 0x20 |
#define | _findfirst _findfirst64i32 |
#define | _findnext _findnext64i32 |
#define | _findfirsti64 _findfirst64 |
#define | _findnexti64 _findnext64 |
#define _A_ARCH 0x20 |
Definition at line 86 of file corecrt_io.h.
#define _A_HIDDEN 0x02 |
Definition at line 83 of file corecrt_io.h.
#define _A_NORMAL 0x00 |
Definition at line 81 of file corecrt_io.h.
#define _A_RDONLY 0x01 |
Definition at line 82 of file corecrt_io.h.
#define _A_SUBDIR 0x10 |
Definition at line 85 of file corecrt_io.h.
#define _A_SYSTEM 0x04 |
Definition at line 84 of file corecrt_io.h.
Definition at line 31 of file corecrt_io.h.
#define _finddatai64_t __finddata64_t |
Definition at line 32 of file corecrt_io.h.
#define _findfirst _findfirst64i32 |
Definition at line 101 of file corecrt_io.h.
#define _findfirsti64 _findfirst64 |
Definition at line 103 of file corecrt_io.h.
#define _findnext _findnext64i32 |
Definition at line 102 of file corecrt_io.h.
#define _findnexti64 _findnext64 |
Definition at line 104 of file corecrt_io.h.