{{+bindTo:partials.standard_nacl_article}}

| 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) |
| int32_t | PPP_InitializeModule (PP_Module module, PPB_GetInterface get_browser_interface) |
| void | PPP_ShutdownModule (void) |
| const void * | PPP_GetInterface (const char *interface_name) |
This file defines three functions that your module must implement to interact with the browser.