Search completed in 0.93 seconds.
13 results for "NPN_DestroyStream":
NPN_DestroyStream - Archive of obsolete content
ArchivePluginsReferenceNPN DestroyStream
syntax #include <npapi.h> nperror npn_destroystream(npp instance, npstream* stream, nperror reason); parameters the function has the following parameters: instance pointer to current plug-in instance.
... description the plug-in calls the npn_destroystream() function to close and delete a stream.
Streams - Plugins
PluginsGuideStreams
to do this, either the browser can call npp_destroystream or the plug-in can call npn_destroystream.
...the plug-in can terminate the stream itself by calling npn_destroystream.
...it remains open until the plug-in closes it by calling npn_destroystream, or until the instance is destroyed.
...And 7 more matches
NPN_Write - Archive of obsolete content
ArchivePluginsReferenceNPN Write
this indicates that the browser encountered an error while processing the data, so the plug-in should terminate the stream by calling npn_destroystream().
...*/ err = npn_destroystream(instance, stream, npres_done); see also npp_newstream() npp_destroystream() npp_read() npstream npp ...
NPP_NewStream - Archive of obsolete content
ArchivePluginsReferenceNPP NewStream
the plug-in can terminate the stream itself by calling npn_destroystream.
...the plug-in can also request termination of the stream at any time by calling npn_destroystream.
NPStream - Archive of obsolete content
ArchivePluginsReferenceNPStream
the browser cannot delete the object until after it calls npp_destroystream or the plug-in calls npn_destroystream.
...the plug-in must pass a pointer to the npstream to all api calls that operate on the stream, such as npn_write and npn_destroystream.
Index - Archive of obsolete content
ArchiveIndex
3633 npn_destroystream api, gecko, npapi, plugins, reference closes and deletes a stream.
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
per guide npapi plugin reference browser-side plug-in api npapi plug-in side api npanycallbackstruct npbyterange npclass npembedprint npevent npfullprint npidentifier npn newstream npnvariable npn_createobject npn_destroystream npn_enumerate npn_evaluate npn_forceredraw npn_getauthenticationinfo npn_getintidentifier npn_getproperty npn_getstringidentifier npn_getstringidentifiers npn_geturl npn_geturlnotify npn_getvalue npn_getvalueforurl npn_hasmethod np...
Browser-side plug-in API - Archive of obsolete content
ArchivePluginsReferenceBrowser-side
npn_destroystream npn_forceredraw npn_getauthenticationinfo npn_geturl npn_geturlnotify npn_getvalue npn_getvalueforurl npn_invalidaterect npn_invalidateregion npn_memalloc npn_memflush npn_memfree npn_newstream npn_pluginthreadasynccall npn_poppopupsenabledstate npn_posturl npn_posturlnotify npn_pushpopupsenabledstate npn_reloadplugins npn_requestread npn_setvalue npn_setvalueforurl npn_stat...
NPN_GetURLNotify - Archive of obsolete content
ArchivePluginsReferenceNPN GetURLNotify
if the target is null, the browser calls npp_urlnotify() after closing the stream by calling npn_destroystream().
NPN NewStream - Archive of obsolete content
ArchivePluginsReferenceNPN NewStream
when the plug-in has written all of its data into the stream, npn_destroystream terminates the stream and deallocates the npstream object.
NPAPI plugin reference - Archive of obsolete content
ArchivePluginsReference
npn_destroystream closes and deletes a stream.
Browser Side Plug-in API - Plugins
PluginsGuideBrowser Side Plug-in API
netscape plug-in method summary « previousnext » npn_destroystream closes and deletes a stream.
Gecko Plugin API Reference - Plugins
PluginsGuide
npn_destroystream closes and deletes a stream.