Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sao.ru/cats/~satr/JS/plugin/refov.htm
Дата изменения: Wed Jan 15 23:19:32 1997 Дата индексирования: Tue Oct 2 06:01:10 2012 Кодировка: Поисковые слова: iapetus |
Functions
|
Structures
|
Constants and Definitions
|
Plug-in Method Summary
|
Netscape Method Summary
|
Plug-in API Methods: Functional Subgroups
|
NPP_
.
NPN_
.
NPP_HandleEvent
and NPN_MemFlush
, operate differently depending on the platform. Platform-specific differences are described in the reference entries for the individual functions.
Unless otherwise stated, ownership for all API function parameters remains with the caller and values are valid only for the duration of each call. For example, if Netscape passes your plug-in a string, the plug-in should make its own copy of the string if you need to reference it after returning from that function. If you pass the Navigator a string or buffer, you are responsible for freeing the memory allocated for the data; the Navigator make its own private copy of the data if necessary.
Declarations for all API functions as well as definitions of all types and structures, error code values, used in the API functions are included in the file npapi.h
.
This reference groups function reference entries according to their use in programming operations, as covered in Chapters 3 through 8. This overview gives you two ways to find a particular function.
[Top] [Plug-in API Methods: Functional Subgroups]
[Top] [Plug-in API Methods: Functional Subgroups]
[Top] [Plug-in Methods: Functional Subgroups]
[Top] [Plug-in Methods: Functional Subgroups]
Method Name | Description |
---|---|
NPP_URLNotify | Notifies the plug-in of the completion of a URL request. |
[Top] [Plug-in Methods: Functional Subgroups]
Method Name | Description |
---|---|
NPP_GetJavaClass | Returns the Java class associated with the plug-in. |
[Top] [Plug-in Methods: Functional Subgroups]
[Top] [Plug-in Methods: Functional Subgroups]
[Top] [Netscape Methods: Functional Subgroups]
[Top] [Netscape Methods: Functional Subgroups]
[Top] [Netscape Methods: Functional Subgroups]
Method Name | Description |
---|---|
NPN_GetJavaEnv | Returns a pointer to the Java execution environment. |
NPN_GetJavaPeer | Returns the Java object associated with the plug-in. |
[Top] [Netscape Methods: Functional Subgroups]
[Top] [Netscape Methods: Functional Subgroups]
Method Name | Description |
---|---|
NPN_RequestRead | Requests a range of bytes from a seekable stream. |
[Top] [Netscape Methods: Functional Subgroups]
[Top] [Netscape Methods: Functional Subgroups]
Last Updated: 01/15/97 16:36:59