
NPP_GetValue
Allows the browser to query the plug-in for information.
Syntax
Parameters
The function has the following parameters:
Returns
If successful, the function returns NPERR_NO_ERROR.
If unsuccessful, the function returns an error code. For possible values, see Error Codes.
Description
NPP_GetValue retrieves plug-in features set with NPP_SetValue, among them whether a plug-in is windowed or windowless and whether JavaScript is enabled.
You can use this method as an optional entry point that the browser can call to determine the plug-in name and description. It returns the requested values, specified by the variable and value parameters, to the plug-in.
See Also
NPP_SetValue
|
Netscape Communications http://developer.netscape.com |
