Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PPB_IsolatedFileSystem_Private_0_2 Struct Reference

Public Attributes

int32_t(* Open )(PP_Instance instance, PP_IsolatedFileSystemType_Private type, PP_Resource *file_system, struct PP_CompletionCallback callback)
 

Member Data Documentation

int32_t(* PPB_IsolatedFileSystem_Private_0_2::Open)(PP_Instance instance, PP_IsolatedFileSystemType_Private type, PP_Resource *file_system, struct PP_CompletionCallback callback)

Open() opens a file system corresponding the given file system type.

When opening the CRX file system, this should be called from an extension context, otherwise it will fail.

Parameters
[in]instanceA PP_Instance identifying the instance with the file system.
[in]typeA file system type as defined by PP_IsolatedFileSystemType_Private enum.
[out]file_systemAn output PP_Resource corresponding to a PPB_FileSystem.
[in]callbackA PP_CompletionCallback to be called upon completion of Open.
Returns
An int32_t containing an error code from pp_errors.h.

The documentation for this struct was generated from the following file: