Search completed in 2.62 seconds.
11 results for "NPEmbedPrint":
NPEmbedPrint - Archive of obsolete content
ArchivePluginsReferenceNPEmbedPrint
syntax typedef struct _npembedprint { npwindow window; void* platformprint; /* platform-specific */ } npembedprint; fields the data structure has the following fields: window the npwindow the plug-in should use for printing.
...the npembedprint structure is used when the mode field of npprint is set to np_embed.
NPPrint - Archive of obsolete content
ArchivePluginsReferenceNPPrint
syntax typedef struct _npprint { uint16 mode; /* np_full or np_embed */ union { npfullprint fullprint; /* if mode is np_full */ npembedprint embedprint; /* if mode is np_embed */ } print; } npprint; fields the data structure has the following fields: mode determines whether plug-in prints in full-page or embedded mode.
... np_embed: pointer to npembedprint structure.
...see npembedprint.
... see also npp_print, npfullprint, npembedprint ...
NPAnyCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPAnyCallbackStruct
the npanycallbackstruct structure contains information required by the platformprint field of the npembedprint structure during embedded mode printing.
... during printing in embedded mode, the platformprint field of the npembedprint structure points to an npanycallbackstruct.
...see also npp_print() npembedprint npsetwindowcallbackstruct npprintcallbackstruct ...
NPPrintCallbackStruct - Archive of obsolete content
ArchivePluginsReferenceNPPrintCallbackStruct
« gecko plugin api reference « plug-in side plug-in api summary contains information required by the platformprint field of the npembedprint structure during embedded mode printing on unix systems.
...this information is required by the platformprint field of the npembedprint structure during embedded mode printing.
... see also npp_print, npembedprint, npsetwindowcallbackstruct, npanycallbackstruct ...
Index - Archive of obsolete content
ArchiveIndex
3626 npembedprint npapi, plugins substructure of npprint that contains platform-specific information used during embedded mode printing.
... 3692 npprintcallbackstruct npapi, plugins contains information required by the platformprint field of the npembedprint structure during embedded mode printing on unix systems.
NPFullPrint - Archive of obsolete content
ArchivePluginsReferenceNPFullPrint
if you want an embedded plug-in to simply render its area of the page, set pluginprinted to false and return immediately; the browser calls npp_print again with the npembedprint substructure of npprint.
... see also npp_print, npprint, npembedprint ...
NPP_Print - Archive of obsolete content
ArchivePluginsReferenceNPP Print
for an embedded plug-in, set the printinfo field to npembedprint.
... see also npprint, npfullprint, npembedprint ...
NPAPI plugin reference - Archive of obsolete content
ArchivePluginsReference
npembedprint substructure of npprint that contains platform-specific information used during embedded mode printing.
... npprintcallbackstruct contains information required by the platformprint field of the npembedprint structure during embedded mode printing on unix systems.
Structures - Plugins
PluginsGuideStructures
npembedprint substructure of npprint that contains platform-specific information used during embedded mode printing.
... npprintcallbackstruct contains information required by the platformprint field of the npembedprint during embedded mode printing.
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
resources for plugin creation logging multi-process plugins monitoring plugins multi-process plugin architecture npapi plugin developer 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 ...
Gecko Plugin API Reference - Plugins
PluginsGuide
_utf8fromidentifier npn_intfromidentifier npobject npn_createobject npn_retainobject npn_releaseobject npn_invoke npn_invokedefault npn_evaluate npn_getproperty npn_setproperty npn_removeproperty npn_hasproperty npn_hasmethod npn_setexception npclass structures npanycallbackstruct npbyterange npembedprint npevent npfullprint npp np_port npprint npprintcallbackstruct nprect npregion npsaveddata npsetwindowcallbackstruct npstream npwindow constants error codes result codes plug-in version constants version feature constants external resources external projects and articles for plugin creation original document information copyright information: netscape communication ...