Search completed in 1.68 seconds.
16 results for "NPP_DestroyStream":
Your results are loading. Please wait...
NPP_DestroyStream - Archive of obsolete content
syntax #include <npapi.h> nperror npp_destroystream(npp instance, npstream* stream, npreason reason); parameters the function has the following parameters: instance pointer to current plug-in instance.
... description the browser calls the npp_destroystream function when a data stream sent to the plug-in is finished, either because it has completed successfully or terminated abnormally.
Streams - Plugins
the browser calls the plug-in methods npp_newstream, npp_writeready, npp_write, and npp_destroystream to, respectively, create a stream, find out how much data the plug-in can handle, push data into the stream, and delete it.
...in contrast, for streams produced by the plug-in, the plug-in calls the plug-in api methods npp_newstream, npp_write, and npp_destroystream to create a stream, push data into it, and delete it.
...to do this, either the browser can call npp_destroystream or the plug-in can call npn_destroystream.
...And 3 more matches
NPP_NewStream - Archive of obsolete content
this will cause the browser to destroy the stream without calling npp_destroystream.
...the browser calls npp_destroystream when the stream completes (either successfully or abnormally).
... note: in any mode other than np_seek, the application should call npp_destroystream once all data in the stream has been written to the plug-in.
... see also npn_newstream, npp_streamasfile, npp_write, npp_writeready, npp_destroystream, npn_requestread, npstream, npn_geturl ...
NPStream - Archive of obsolete content
the browser cannot delete the object until after it calls npp_destroystream or the plug-in calls npn_destroystream.
...the browser informs the plug-in when the stream is about to be deleted through npp_destroystream, after which the npstream object is no longer valid.
... see also npp_newstream, npp_destroystream, npp_destroystream ...
NPP_Write - Archive of obsolete content
the browser will destroy the stream by calling npp_destroystream.
...in a seekable stream with byte range requests, you can use this parameter to track npn_requestread requests.see also npp_destroystream, npp_newstream, npp_writeready, npstream, npp ...
URLs - Plugins
if the target parameter is set to null, the application creates a new stream and delivers the data to the plug-in instance, through calls to npp_newstream, npp_writeready and npp_write, and npp_destroystream.
...if the target is null, it calls npp_urlnotify after calling npp_destroystream to close the stream.
Index - Archive of obsolete content
3679 npp_destroystream npapi, plugins tells the plug-in that a stream is about to be closed or destroyed.
Index of archived content - Archive of obsolete content
ty npn_requestread npn_retainobject npn_setexception npn_setproperty npn_setvalue npn_setvalueforurl npn_status npn_utf8fromidentifier npn_useragent npn_version npn_write npobject npp nppvariable npp_destroy npp_destroystream npp_getvalue npp_handleevent npp_new npp_newstream npp_print npp_setvalue npp_setwindow npp_streamasfile npp_urlnotify npp_write npp_writeready npprint npprintcallbackstruct nprect npregion npsaveddata ...
NPN_DestroyStream - Archive of obsolete content
see also npp_destroystream() npn_newstream() npp_newstream() npstream npp ...
NPN_GetURL - Archive of obsolete content
if target is null, the application creates a new stream and delivers the data to the plug-in instance, through calls to npp_newstream(), npp_writeready() and npp_write(), and npp_destroystream().
NPN NewStream - Archive of obsolete content
see also npp_newstream, npp_write, npp_destroystream, npstream, npp ...
NPN_Write - Archive of obsolete content
*/ err = npn_destroystream(instance, stream, npres_done); see also npp_newstream() npp_destroystream() npp_read() npstream npp ...
NPAPI plug-in side API - Archive of obsolete content
npp_destroy npp_destroystream npp_getvalue np_getvalue npp_handleevent np_initialize npp_new npp_newstream npp_print npp_setvalue npp_setwindow np_shutdown npp_streamasfile npp_urlnotify npp_write npp_writeready ...
NPAPI plugin reference - Archive of obsolete content
npp_destroystream tells the plug-in that a stream is about to be closed or destroyed.
Plug-in Side Plug-in API - Plugins
npp_destroystream tells the plug-in that a stream is about to be closed or destroyed.
Gecko Plugin API Reference - Plugins
npp_destroy npp_destroystream npp_getvalue np_getvalue npp_handleevent np_initialize npp_new npp_newstream npp_print npp_setvalue npp_setwindow np_shutdown npp_streamasfile npp_urlnotify npp_write npp_writeready browser side plug-in api this chapter describes methods in the plug-in api that are available from the browser.