Search completed in 1.38 seconds.
17 results for "NPN_PostURLNotify":
Your results are loading. Please wait...
NPN_PostURLNotify - Archive of obsolete content
syntax #include <npapi.h> nperror npn_posturlnotify(npp instance, const char* url, const char* target, uint32 len, const char* buf, npbool file, void* notifydata); parameters the function has the following parameters: instance current plug-in instance, specified by the plug-in.
... description npn_posturlnotify functions identically to npn_posturl, with these exceptions: npn_posturlnotify supports specifying headers when posting a memory buffer.
... npn_posturlnotify calls npp_urlnotify upon successful or unsuccessful completion of the request.
... npn_posturlnotify is typically asynchronous: it returns immediately and only later handles the request and calls npp_urlnotify.
URLs - Plugins
both the npn_geturlnotify and npn_posturlnotify functions call the npp_urlnotify method to notify the plug-in of the result of a request.
...the notifydata parameter contains the private plug-in data passed to the corresponding call to npn_geturlnotify and npn_posturlnotify.
...to do this, use npn_posturlnotify for this purpose.
...And 6 more matches
NPP_URLNotify - Archive of obsolete content
url url of the npn_geturlnotify() or npn_posturlnotify() request that has completed.
... notifydata plug-in-private value for associating a previous npn_geturlnotify() or npn_posturlnotify() request with a subsequent npp_urlnotify() call.
... description the browser calls npp_urlnotify() after the completion of a npn_geturlnotify() or npn_posturlnotify() request to inform the plug-in that the request was completed and supply a reason code for the completion.
...And 2 more matches
NPN_PostURL - Archive of obsolete content
to do this, use npn_posturlnotify.
...for this reason, you may find it useful to call npn_posturlnotify instead; this function notifies your plug-in upon successful or unsuccessful completion of the request.
... see also npn_geturl, npn_geturlnotify, npn_posturlnotify, npp ...
NPStream - Archive of obsolete content
notifydata used only for streams generated in response to a npn_geturlnotify or npn_posturlnotify request.
... for these streams, notifydata is set to the value of the notifydata parameter to npn_geturlnotify or npn_posturlnotify.
Index - Archive of obsolete content
3659 npn_posturlnotify npapi, needshelp, plugins, reference posts data to a url, and receives notification of the result.
Index of archived content - Archive of obsolete content
valueforurl npn_hasmethod npn_hasproperty npn_identifierisstring npn_intfromidentifier npn_invalidaterect npn_invalidateregion npn_invoke npn_invokedefault npn_memalloc npn_memflush npn_memfree npn_pluginthreadasynccall npn_posturl npn_posturlnotify npn_releaseobject npn_releasevariantvalue npn_reloadplugins npn_removeproperty npn_requestread npn_retainobject npn_setexception npn_setproperty npn_setvalue npn_setvalueforurl npn_status npn_utf8fromidentifier npn_useragent npn_ve...
Browser-side plug-in API - Archive of obsolete content
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_status npn_useragent npn_version npn_write ...
NPN_GetAuthenticationInfo - Archive of obsolete content
unless the plugin has special networking needs, it is recommended to use the standard network apis, such as npn_geturlnotify/npn_posturlnotify.
NPN_GetURL - Archive of obsolete content
see also npn_geturlnotify() npn_posturl() npn_posturlnotify() npp_urlnotify() npp ...
NPN_GetURLNotify - Archive of obsolete content
see also npn_geturl() npn_posturl() npn_posturlnotify() npp_urlnotify() npp ...
NPAPI plugin reference - Archive of obsolete content
npn_posturlnotify posts data to a url, and receives notification of the result.
Plug-in Development Overview - Gecko Plugin API Reference
the npn_posturlnotify function operates like npn_posturl, except that it notifies the plug-in of the result when the operation completes.
nsIPluginHost
(corresponds to npn_posturl and npn_posturlnotify.) returns the proxy info for a given url.
Browser Side Plug-in API - Plugins
npn_posturlnotify posts data to a url, and receives notification of the result.
Plug-in Development Overview - Plugins
the npn_posturlnotify function operates like npn_posturl, except that it notifies the plug-in of the result when the operation completes.
Gecko Plugin API Reference - Plugins
npn_posturlnotify posts data to a url, and receives notification of the result.