Pepper_31_C_interfaces
Public Attributes | List of all members
PPB_Ext_CrxFileSystem_Private_0_1 Struct Reference

#include <ppb_ext_crx_file_system_private.h>

Collaboration diagram for PPB_Ext_CrxFileSystem_Private_0_1:
Collaboration graph

Public Attributes

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

Detailed Description

Definition at line 34 of file ppb_ext_crx_file_system_private.h.

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.

Definition at line 48 of file ppb_ext_crx_file_system_private.h.


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