ReactOS 0.4.16-dev-814-g656a5dc
corecrt_io.h File Reference
#include <corecrt_share.h>
#include <corecrt_wio.h>
Include dependency graph for corecrt_io.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ _A_ARCH

#define _A_ARCH   0x20

Definition at line 86 of file corecrt_io.h.

◆ _A_HIDDEN

#define _A_HIDDEN   0x02

Definition at line 83 of file corecrt_io.h.

◆ _A_NORMAL

#define _A_NORMAL   0x00

Definition at line 81 of file corecrt_io.h.

◆ _A_RDONLY

#define _A_RDONLY   0x01

Definition at line 82 of file corecrt_io.h.

◆ _A_SUBDIR

#define _A_SUBDIR   0x10

Definition at line 85 of file corecrt_io.h.

◆ _A_SYSTEM

#define _A_SYSTEM   0x04

Definition at line 84 of file corecrt_io.h.

◆ _finddata_t

Definition at line 31 of file corecrt_io.h.

◆ _finddatai64_t

#define _finddatai64_t   __finddata64_t

Definition at line 32 of file corecrt_io.h.

◆ _findfirst

#define _findfirst   _findfirst64i32

Definition at line 101 of file corecrt_io.h.

◆ _findfirsti64

#define _findfirsti64   _findfirst64

Definition at line 103 of file corecrt_io.h.

◆ _findnext

#define _findnext   _findnext64i32

Definition at line 102 of file corecrt_io.h.

◆ _findnexti64

#define _findnexti64   _findnext64

Definition at line 104 of file corecrt_io.h.