#include <npapi.h>
Public Member Functions | |
NPN_GenericParam (int aIntValue) | |
NPN_GenericParam (bool aBoolValue) | |
NPN_GenericParam (const TDesC &aStrValue) | |
NPN_GenericParam (void *aVoidValue) | |
Data Fields | |
int | intValue |
bool | boolValue |
const TDesC & | strValue |
void * | voidValue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|