Include dependency graph for pp_var.h:

Data Structures

union  PP_VarValue
 The PP_VarValue union stores the data for any one of the types listed in the PP_VarType enum. More...
struct  PP_Var
 The PP_VAR struct is a variant data type and can contain any value of one of the types named in the PP_VarType enum. More...

Enumerations

Functions

struct PP_Var PP_MakeUndefined (void)
struct PP_Var PP_MakeNull (void)
struct PP_Var PP_MakeBool (PP_Bool value)
struct PP_Var PP_MakeInt32 (int32_t value)
struct PP_Var PP_MakeDouble (double value)

Variables


Detailed Description

This file defines the API for handling the passing of data types between your module and the page.

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.