| 
    Pepper_56_C_interfaces
    
   Pepper_56_C_interfaces 
   | 
 
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_var.h"Go to the source code of this file.
Classes | |
| struct | PPB_Instance_Private_0_1 | 
Macros | |
| #define | PPB_INSTANCE_PRIVATE_INTERFACE_0_1 "PPB_Instance_Private;0.1" | 
| #define | PPB_INSTANCE_PRIVATE_INTERFACE PPB_INSTANCE_PRIVATE_INTERFACE_0_1 | 
Typedefs | |
| 
typedef struct  PPB_Instance_Private_0_1  | PPB_Instance_Private | 
Enumerations | |
| enum | PP_ExternalPluginResult { PP_EXTERNAL_PLUGIN_OK = 0, PP_EXTERNAL_PLUGIN_FAILED = 1, PP_EXTERNAL_PLUGIN_ERROR_MODULE = 2, PP_EXTERNAL_PLUGIN_ERROR_INSTANCE = 3 } | 
Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_ExternalPluginResult, 4) | |
This file defines the PPB_Instance_Private interface implemented by the browser and containing pointers to functions available only to trusted plugin instances.