Include dependency graph for ppp_messaging.h:
Data Structures
struct | PPP_Messaging |
The PPP_Messaging interface contains pointers to functions that you must implement to handle postMessage events on the associated DOM element. More... |
Defines
#define | PPP_MESSAGING_INTERFACE "PPP_Messaging;1.0" |
#define | PPP_MESSAGING_INTERFACE PPP_MESSAGING_INTERFACE |
Typedefs
typedef struct PPP_Messaging | 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.
Define Documentation
#define PPP_MESSAGING_INTERFACE "PPP_Messaging;1.0" |