| Pepper_47_C_interfaces
    | 
#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"
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 | 
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.
| #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.
 1.8.6
 1.8.6