Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_instance_private.h File Reference
#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"
Include dependency graph for ppb_instance_private.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)
 

Detailed Description

This file defines the PPB_Instance_Private interface implemented by the browser and containing pointers to functions available only to trusted plugin instances.

Definition in file ppb_instance_private.h.

Macro Definition Documentation

#define PPB_INSTANCE_PRIVATE_INTERFACE   PPB_INSTANCE_PRIVATE_INTERFACE_0_1

Definition at line 18 of file ppb_instance_private.h.

#define PPB_INSTANCE_PRIVATE_INTERFACE_0_1   "PPB_Instance_Private;0.1"

Definition at line 17 of file ppb_instance_private.h.