10 #ifndef PPAPI_C_SAMSUNG_PPB_REMOTE_CONTROLLER_SAMSUNG_H_ 
   11 #define PPAPI_C_SAMSUNG_PPB_REMOTE_CONTROLLER_SAMSUNG_H_ 
   17 #define PPB_REMOTECONTROLLER_SAMSUNG_INTERFACE_0_1 \ 
   18     "PPB_RemoteController_Samsung;0.1" 
   19 #define PPB_REMOTECONTROLLER_SAMSUNG_INTERFACE \ 
   20     PPB_REMOTECONTROLLER_SAMSUNG_INTERFACE_0_1 
int32_t(* RegisterKeys)(PP_Instance instance, uint32_t key_count, const char *keys[])
int32_t(* UnRegisterKeys)(PP_Instance instance, uint32_t key_count, const char *keys[])