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

Public Attributes

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

Member Data Documentation

int32_t(* PPB_Ext_CrxFileSystem_Private_0_1::Open)(PP_Instance instance, PP_Resource *file_system, struct PP_CompletionCallback callback)

Open() opens the CRX file system for the current extension. It will fail when called from non-extension context.

Parameters
[in]crxfsA PP_Resource corresponding to a CrxFileSystem.
[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: