Include dependency graph for ppb_instance.h:
Data Structures
struct | PPB_Instance |
The PPB_Instance interface contains pointers to functions related to the module instance on a web page. More... |
Defines
#define | PPB_INSTANCE_INTERFACE "PPB_Instance;1.0" |
#define | PPB_INSTANCE_INTERFACE PPB_INSTANCE_INTERFACE |
Typedefs
typedef struct PPB_Instance | 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.
Define Documentation
#define PPB_INSTANCE_INTERFACE "PPB_Instance;1.0" |