Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppb_instance.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_resource.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for ppb_instance.h:

Go to the source code of this file.

Classes

struct  PPB_Instance_1_0
 

Macros

#define PPB_INSTANCE_INTERFACE_1_0   "PPB_Instance;1.0"
 
#define PPB_INSTANCE_INTERFACE   PPB_INSTANCE_INTERFACE_1_0
 

Typedefs

typedef struct PPB_Instance_1_0 PPB_Instance
 

Detailed Description

This file defines the PPB_Instance interface implemented by the browser and containing pointers to functions related to the module instance on a web page.

Definition in file ppb_instance.h.

Macro Definition Documentation

#define PPB_INSTANCE_INTERFACE   PPB_INSTANCE_INTERFACE_1_0

Definition at line 18 of file ppb_instance.h.

#define PPB_INSTANCE_INTERFACE_1_0   "PPB_Instance;1.0"

Definition at line 17 of file ppb_instance.h.