ReactOS 0.4.16-dev-2-g02a6913
|
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winuser.h"
#include "ole2.h"
#include "msxml6.h"
#include "msxml_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | parse_error_t |
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msxml) | |
static parse_error_t * | impl_from_IXMLDOMParseError2 (IXMLDOMParseError2 *iface) |
static HRESULT WINAPI | parseError_QueryInterface (IXMLDOMParseError2 *iface, REFIID riid, void **ppvObject) |
static ULONG WINAPI | parseError_AddRef (IXMLDOMParseError2 *iface) |
static ULONG WINAPI | parseError_Release (IXMLDOMParseError2 *iface) |
static HRESULT WINAPI | parseError_GetTypeInfoCount (IXMLDOMParseError2 *iface, UINT *pctinfo) |
static HRESULT WINAPI | parseError_GetTypeInfo (IXMLDOMParseError2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | parseError_GetIDsOfNames (IXMLDOMParseError2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | parseError_Invoke (IXMLDOMParseError2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | parseError_get_errorCode (IXMLDOMParseError2 *iface, LONG *code) |
static HRESULT WINAPI | parseError_get_url (IXMLDOMParseError2 *iface, BSTR *url) |
static HRESULT WINAPI | parseError_get_reason (IXMLDOMParseError2 *iface, BSTR *reason) |
static HRESULT WINAPI | parseError_get_srcText (IXMLDOMParseError2 *iface, BSTR *srcText) |
static HRESULT WINAPI | parseError_get_line (IXMLDOMParseError2 *iface, LONG *line) |
static HRESULT WINAPI | parseError_get_linepos (IXMLDOMParseError2 *iface, LONG *linepos) |
static HRESULT WINAPI | parseError_get_filepos (IXMLDOMParseError2 *iface, LONG *filepos) |
static HRESULT WINAPI | parseError_get_errorXPath (IXMLDOMParseError2 *iface, BSTR *xpathexpr) |
static HRESULT WINAPI | parseError_get_AllErrors (IXMLDOMParseError2 *iface, IXMLDOMParseErrorCollection **allErrors) |
static HRESULT WINAPI | parseError_errorParameters (IXMLDOMParseError2 *iface, LONG index, BSTR *param) |
static HRESULT WINAPI | parseError_get_errorParametersCount (IXMLDOMParseError2 *iface, LONG *count) |
IXMLDOMParseError * | create_parseError (LONG code, BSTR url, BSTR reason, BSTR srcText, LONG line, LONG linepos, LONG filepos) |
Variables | |
static const struct IXMLDOMParseError2Vtbl | XMLDOMParseError2Vtbl |
static const tid_t | parseError_iface_tids [] |
static dispex_static_data_t | parseError_dispex |
#define COBJMACROS |
Definition at line 22 of file parseerror.c.
IXMLDOMParseError * create_parseError | ( | LONG | code, |
BSTR | url, | ||
BSTR | reason, | ||
BSTR | srcText, | ||
LONG | line, | ||
LONG | linepos, | ||
LONG | filepos | ||
) |
Definition at line 329 of file parseerror.c.
|
inlinestatic |
Definition at line 54 of file parseerror.c.
Referenced by parseError_AddRef(), parseError_errorParameters(), parseError_get_AllErrors(), parseError_get_errorCode(), parseError_get_errorParametersCount(), parseError_get_errorXPath(), parseError_get_filepos(), parseError_get_line(), parseError_get_linepos(), parseError_get_reason(), parseError_get_srcText(), parseError_get_url(), parseError_GetIDsOfNames(), parseError_GetTypeInfo(), parseError_GetTypeInfoCount(), parseError_Invoke(), parseError_QueryInterface(), and parseError_Release().
Definition at line 91 of file parseerror.c.
|
static |
Definition at line 276 of file parseerror.c.
|
static |
Definition at line 267 of file parseerror.c.
Definition at line 166 of file parseerror.c.
|
static |
Definition at line 286 of file parseerror.c.
|
static |
Definition at line 258 of file parseerror.c.
Definition at line 249 of file parseerror.c.
Definition at line 221 of file parseerror.c.
Definition at line 235 of file parseerror.c.
Definition at line 190 of file parseerror.c.
Definition at line 206 of file parseerror.c.
Definition at line 181 of file parseerror.c.
|
static |
Definition at line 137 of file parseerror.c.
|
static |
Definition at line 126 of file parseerror.c.
|
static |
Definition at line 118 of file parseerror.c.
|
static |
Definition at line 150 of file parseerror.c.
|
static |
Definition at line 59 of file parseerror.c.
Definition at line 100 of file parseerror.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | msxml | ) |
|
static |
Definition at line 322 of file parseerror.c.
Referenced by create_parseError().
Definition at line 317 of file parseerror.c.
Definition at line 295 of file parseerror.c.
Referenced by create_parseError().