ReactOS 0.4.16-dev-297-gc569aee
|
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) |
Referenced by disk_query_directory().