Pepper_47_C_interfaces
Public Attributes | List of all members
PPB_IsolatedFileSystem_Private_0_2 Struct Reference

#include <ppb_isolated_file_system_private.h>

Collaboration diagram for PPB_IsolatedFileSystem_Private_0_2:
Collaboration graph

Public Attributes

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

Detailed Description

Definition at line 55 of file ppb_isolated_file_system_private.h.

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.

Definition at line 73 of file ppb_isolated_file_system_private.h.


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