#include <mw/npapi.h>
| union NPN_GenericParam |
| Public Attributes | |
|---|---|
| bool | boolValue |
| int | intValue |
| const TDesC & | strValue |
| void * | voidValue |
| Public Member Functions | |
|---|---|
| NPN_GenericParam(int) | |
| NPN_GenericParam(bool) | |
| NPN_GenericParam(const TDesC &) | |
| NPN_GenericParam(void *) | |
| bool | boolValue |
| int | intValue |
| const TDesC & | strValue |
| void * | voidValue |
| NPN_GenericParam | ( | int | aIntValue | ) | [inline] |
| NPN_GenericParam | ( | bool | aBoolValue | ) | [inline] |