{{+bindTo:partials.standard_nacl_article}}

ppp.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for ppp.h:

Typedefs

typedef int32_t(* PP_InitializeModule_Func )(PP_Module module, PPB_GetInterface get_browser_interface)
typedef void(* PP_ShutdownModule_Func )(void)
typedef const void *(* PP_GetInterface_Func )(const char *interface_name)

Functions

int32_t PPP_InitializeModule (PP_Module module, PPB_GetInterface get_browser_interface)
void PPP_ShutdownModule (void)
const void * PPP_GetInterface (const char *interface_name)

Detailed Description

This file defines three functions that your module must implement to interact with the browser.

{{/partials.standard_nacl_article}}