Include dependency graph for ppb_file_ref.h:

Data Structures
| struct | PPB_FileRef |
The PPB_FileRef struct represents a "weak pointer" to a file in a file system. More... |
Defines
| #define | PPB_FILEREF_INTERFACE "PPB_FileRef;1.2" |
| #define | PPB_FILEREF_INTERFACE PPB_FILEREF_INTERFACE |
Typedefs
| typedef struct PPB_FileRef | PPB_FileRef |
Enumerations
| enum | PP_MakeDirectoryFlags { PP_MAKEDIRECTORYFLAG_NONE = 0 << 0, PP_MAKEDIRECTORYFLAG_WITH_ANCESTORS = 1 << 0, PP_MAKEDIRECTORYFLAG_EXCLUSIVE = 1 << 1 } |
Detailed Description
This file defines the API to create a file reference or "weak pointer" to a file in a file system.
Define Documentation
| #define PPB_FILEREF_INTERFACE "PPB_FileRef;1.2" |