ReactOS 0.4.15-dev-7788-g1ad9096
dirent.h File Reference
#include <crtdefs.h>
#include <io.h>
Include dependency graph for dirent.h:

Go to the source code of this file.

Classes

struct  dirent
 
struct  DIR
 
struct  _wdirent
 
struct  _WDIR
 

Functions

DIR *__cdecl opendir (const char *)
 
struct dirent *__cdecl readdir (DIR *)
 
int __cdecl closedir (DIR *)
 
void __cdecl rewinddir (DIR *)
 
long __cdecl telldir (DIR *)
 
void __cdecl seekdir (DIR *, long)
 
_WDIR *__cdecl _wopendir (const wchar_t *)
 
struct _wdirent *__cdecl _wreaddir (_WDIR *)
 
int __cdecl _wclosedir (_WDIR *)
 
void __cdecl _wrewinddir (_WDIR *)
 
long __cdecl _wtelldir (_WDIR *)
 
void __cdecl _wseekdir (_WDIR *, long)
 

Function Documentation

◆ _wclosedir()

int __cdecl _wclosedir ( _WDIR )

◆ _wopendir()

_WDIR *__cdecl _wopendir ( const wchar_t )

◆ _wreaddir()

struct _wdirent *__cdecl _wreaddir ( _WDIR )

◆ _wrewinddir()

void __cdecl _wrewinddir ( _WDIR )

◆ _wseekdir()

void __cdecl _wseekdir ( _WDIR ,
long   
)

◆ _wtelldir()

long __cdecl _wtelldir ( _WDIR )

◆ closedir()

◆ opendir()

◆ readdir()

◆ rewinddir()

void __cdecl rewinddir ( DIR )

Referenced by disk_query_directory().

◆ seekdir()

void __cdecl seekdir ( DIR ,
long   
)

◆ telldir()

long __cdecl telldir ( DIR )