Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppp_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_point.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for ppp_instance.h:

Go to the source code of this file.

Classes

struct  PPP_Instance_1_1
 
struct  PPP_Instance_1_0
 

Macros

#define PPP_INSTANCE_INTERFACE_1_0   "PPP_Instance;1.0"
 
#define PPP_INSTANCE_INTERFACE_1_1   "PPP_Instance;1.1"
 
#define PPP_INSTANCE_INTERFACE   PPP_INSTANCE_INTERFACE_1_1
 

Typedefs

typedef struct PPP_Instance_1_1 PPP_Instance
 

Detailed Description

This file defines the PPP_Instance structure - a series of pointers to methods that you must implement in your module.

Definition in file ppp_instance.h.

Macro Definition Documentation

#define PPP_INSTANCE_INTERFACE   PPP_INSTANCE_INTERFACE_1_1

Definition at line 22 of file ppp_instance.h.

#define PPP_INSTANCE_INTERFACE_1_0   "PPP_Instance;1.0"

Definition at line 20 of file ppp_instance.h.

#define PPP_INSTANCE_INTERFACE_1_1   "PPP_Instance;1.1"

Definition at line 21 of file ppp_instance.h.