Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppp_messaging.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 ppp_messaging.h:

Go to the source code of this file.

Classes

struct  PPP_Messaging_1_0
 

Macros

#define PPP_MESSAGING_INTERFACE_1_0   "PPP_Messaging;1.0"
 
#define PPP_MESSAGING_INTERFACE   PPP_MESSAGING_INTERFACE_1_0
 

Typedefs

typedef struct PPP_Messaging_1_0 PPP_Messaging
 

Detailed Description

This file defines the PPP_Messaging interface containing pointers to functions that you must implement to handle postMessage messages on the associated DOM element.

Definition in file ppp_messaging.h.

Macro Definition Documentation

#define PPP_MESSAGING_INTERFACE   PPP_MESSAGING_INTERFACE_1_0

Definition at line 18 of file ppp_messaging.h.

#define PPP_MESSAGING_INTERFACE_1_0   "PPP_Messaging;1.0"

Definition at line 17 of file ppp_messaging.h.