vitasdk
Documentation of the vitasdk
dirent.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2KERN_IO_DIRENT_H_
8 #define _PSP2KERN_IO_DIRENT_H_
9 
10 #include <psp2kern/types.h>
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 
31 SceUID ksceIoDopen(const char *dirname);
32 
45 
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif /* _PSP2KERN_IO_DIRENT_H_ */
59 
int ksceIoDread(SceUID fd, SceIoDirent *dir)
Reads an entry from an opened file descriptor.
int ksceIoDclose(SceUID fd)
Close an opened directory file descriptor.
SceUID ksceIoDopen(const char *dirname)
Open a directory.
Describes a single directory entry.
Definition: iofilemgr.h:147
int SceUID
UIDs are used to describe many different kernel objects.
Definition: types.h:90