Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_file_ref.h File Reference

Go to the source code of this file.

Classes

struct  PPB_FileRef_1_2
 
struct  PPB_FileRef_1_0
 
struct  PPB_FileRef_1_1
 

Macros

#define PPB_FILEREF_INTERFACE_1_0   "PPB_FileRef;1.0"
 
#define PPB_FILEREF_INTERFACE_1_1   "PPB_FileRef;1.1"
 
#define PPB_FILEREF_INTERFACE_1_2   "PPB_FileRef;1.2"
 
#define PPB_FILEREF_INTERFACE   PPB_FILEREF_INTERFACE_1_2
 

Typedefs

typedef struct PPB_FileRef_1_2 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.