-
When is the instance created, which plug-in API function is called?
-
- NPP_New
- NP_Initialize
- NPP_Destroy
- NP_Shutdown
- None of these
Correct Option: A
NPP_New function is called by the browser when an instance is created. There can exist multiple instances of the same plug-in. There are two conditions for it first if there are multiple embedded objects on a single page, second if several browser windows are open.