ReactOS 0.4.16-dev-340-g0540c21
|
#include "mshtml_private.h"
Go to the source code of this file.
Classes | |
struct | _NPP |
struct | _NPStream |
struct | _NPSavedData |
struct | _NPRect |
struct | _NPWindow |
struct | _NPFullPrint |
struct | _NPEmbedPrint |
struct | _NPPrint |
struct | _NPPluginFuncs |
Macros | |
#define | NP_VERSION_MAJOR 0 |
#define | NP_VERSION_MINOR 25 |
#define | NP_ABI_MASK 0 |
#define | NPERR_BASE 0 |
#define | NPERR_NO_ERROR (NPERR_BASE + 0) |
#define | NPERR_GENERIC_ERROR (NPERR_BASE + 1) |
#define | NPERR_INVALID_INSTANCE_ERROR (NPERR_BASE + 2) |
#define | NPERR_INVALID_FUNCTABLE_ERROR (NPERR_BASE + 3) |
#define | NPERR_MODULE_LOAD_FAILED_ERROR (NPERR_BASE + 4) |
#define | NPERR_OUT_OF_MEMORY_ERROR (NPERR_BASE + 5) |
#define | NPERR_INVALID_PLUGIN_ERROR (NPERR_BASE + 6) |
#define | NPERR_INVALID_PLUGIN_DIR_ERROR (NPERR_BASE + 7) |
#define | NPERR_INCOMPATIBLE_VERSION_ERROR (NPERR_BASE + 8) |
#define | NPERR_INVALID_PARAM (NPERR_BASE + 9) |
#define | NPERR_INVALID_URL (NPERR_BASE + 10) |
#define | NPERR_FILE_NOT_FOUND (NPERR_BASE + 11) |
#define | NPERR_NO_DATA (NPERR_BASE + 12) |
#define | NPERR_STREAM_NOT_SEEKABLE (NPERR_BASE + 13) |
#define NP_ABI_MASK 0 |
Definition at line 63 of file npplugin.c.
#define NP_VERSION_MAJOR 0 |
Definition at line 23 of file npplugin.c.
#define NP_VERSION_MINOR 25 |
Definition at line 24 of file npplugin.c.
#define NPERR_BASE 0 |
Definition at line 142 of file npplugin.c.
#define NPERR_FILE_NOT_FOUND (NPERR_BASE + 11) |
Definition at line 154 of file npplugin.c.
#define NPERR_GENERIC_ERROR (NPERR_BASE + 1) |
Definition at line 144 of file npplugin.c.
#define NPERR_INCOMPATIBLE_VERSION_ERROR (NPERR_BASE + 8) |
Definition at line 151 of file npplugin.c.
#define NPERR_INVALID_FUNCTABLE_ERROR (NPERR_BASE + 3) |
Definition at line 146 of file npplugin.c.
#define NPERR_INVALID_INSTANCE_ERROR (NPERR_BASE + 2) |
Definition at line 145 of file npplugin.c.
#define NPERR_INVALID_PARAM (NPERR_BASE + 9) |
Definition at line 152 of file npplugin.c.
#define NPERR_INVALID_PLUGIN_DIR_ERROR (NPERR_BASE + 7) |
Definition at line 150 of file npplugin.c.
#define NPERR_INVALID_PLUGIN_ERROR (NPERR_BASE + 6) |
Definition at line 149 of file npplugin.c.
#define NPERR_INVALID_URL (NPERR_BASE + 10) |
Definition at line 153 of file npplugin.c.
#define NPERR_MODULE_LOAD_FAILED_ERROR (NPERR_BASE + 4) |
Definition at line 147 of file npplugin.c.
#define NPERR_NO_DATA (NPERR_BASE + 12) |
Definition at line 155 of file npplugin.c.
#define NPERR_NO_ERROR (NPERR_BASE + 0) |
Definition at line 143 of file npplugin.c.
#define NPERR_OUT_OF_MEMORY_ERROR (NPERR_BASE + 5) |
Definition at line 148 of file npplugin.c.
#define NPERR_STREAM_NOT_SEEKABLE (NPERR_BASE + 13) |
Definition at line 156 of file npplugin.c.
Definition at line 26 of file npplugin.c.
typedef struct _NPEmbedPrint NPEmbedPrint |
Definition at line 27 of file npplugin.c.
typedef struct _NPFullPrint NPFullPrint |
typedef char* NPMIMEType |
Definition at line 29 of file npplugin.c.
typedef NPError(CDECL * NPP_DestroyProcPtr) (NPP, NPSavedData **) |
Definition at line 161 of file npplugin.c.
Definition at line 164 of file npplugin.c.
typedef NPError(CDECL * NPP_GetValueProcPtr) (NPP, NPPVariable, void *) |
Definition at line 171 of file npplugin.c.
typedef NPBool(CDECL * NPP_GotFocusPtr) (NPP, NPFocusDirection) |
Definition at line 173 of file npplugin.c.
Definition at line 169 of file npplugin.c.
Definition at line 174 of file npplugin.c.
typedef NPError(CDECL * NPP_NewProcPtr) (NPMIMEType, NPP, UINT16, INT16, char **, char **, NPSavedData *) |
Definition at line 160 of file npplugin.c.
Definition at line 163 of file npplugin.c.
typedef NPError(CDECL * NPP_SetValueProcPtr) (NPP, NPNVariable, void *) |
Definition at line 172 of file npplugin.c.
Definition at line 162 of file npplugin.c.
Definition at line 167 of file npplugin.c.
Definition at line 170 of file npplugin.c.
Definition at line 166 of file npplugin.c.
Definition at line 165 of file npplugin.c.
typedef struct _NPPluginFuncs NPPluginFuncs |
Definition at line 28 of file npplugin.c.
typedef HRGN NPRegion |
Definition at line 140 of file npplugin.c.
typedef struct _NPSavedData NPSavedData |
Enumerator | |
---|---|
NPFocusNext | |
NPFocusPrevious |
Definition at line 58 of file npplugin.c.
Definition at line 87 of file npplugin.c.
Definition at line 65 of file npplugin.c.
Enumerator | |
---|---|
NPWindowTypeWindow | |
NPWindowTypeDrawable |
Definition at line 106 of file npplugin.c.
|
static |
Definition at line 197 of file npplugin.c.
Referenced by NPP_New().
|
static |
Definition at line 228 of file npplugin.c.
Referenced by NPP_New().
NPError WINAPI NP_GetEntryPoints | ( | NPPluginFuncs * | funcs | ) |
Definition at line 402 of file npplugin.c.
|
static |
Definition at line 302 of file npplugin.c.
Referenced by NP_GetEntryPoints().
Definition at line 337 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 376 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 365 of file npplugin.c.
Referenced by NP_GetEntryPoints().
Definition at line 394 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 250 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 331 of file npplugin.c.
Referenced by NP_GetEntryPoints().
Definition at line 360 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 382 of file npplugin.c.
Referenced by NP_GetEntryPoints().
Definition at line 317 of file npplugin.c.
Referenced by NP_GetEntryPoints().
Definition at line 355 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 371 of file npplugin.c.
Referenced by NP_GetEntryPoints().
|
static |
Definition at line 349 of file npplugin.c.
Referenced by NP_GetEntryPoints().
Definition at line 343 of file npplugin.c.
Referenced by NP_GetEntryPoints().