Data Structures |
| struct | schema_t |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msxml) |
| static schema_t * | impl_from_IXMLDOMSchemaCollection (IXMLDOMSchemaCollection *iface) |
| static HRESULT WINAPI | schema_cache_QueryInterface (IXMLDOMSchemaCollection *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | schema_cache_AddRef (IXMLDOMSchemaCollection *iface) |
| static ULONG WINAPI | schema_cache_Release (IXMLDOMSchemaCollection *iface) |
| static HRESULT WINAPI | schema_cache_GetTypeInfoCount (IXMLDOMSchemaCollection *iface, UINT *pctinfo) |
| static HRESULT WINAPI | schema_cache_GetTypeInfo (IXMLDOMSchemaCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | schema_cache_GetIDsOfNames (IXMLDOMSchemaCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | schema_cache_Invoke (IXMLDOMSchemaCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | schema_cache_add (IXMLDOMSchemaCollection *iface, BSTR uri, VARIANT var) |
| static HRESULT WINAPI | schema_cache_get (IXMLDOMSchemaCollection *iface, BSTR uri, IXMLDOMNode **node) |
| static HRESULT WINAPI | schema_cache_remove (IXMLDOMSchemaCollection *iface, BSTR uri) |
| static HRESULT WINAPI | schema_cache_get_length (IXMLDOMSchemaCollection *iface, LONG *length) |
| static HRESULT WINAPI | schema_cache_get_namespaceURI (IXMLDOMSchemaCollection *iface, LONG index, BSTR *len) |
| static HRESULT WINAPI | schema_cache_addCollection (IXMLDOMSchemaCollection *iface, IXMLDOMSchemaCollection *otherCollection) |
| static HRESULT WINAPI | schema_cache_get__newEnum (IXMLDOMSchemaCollection *iface, IUnknown **ppUnk) |
| HRESULT | SchemaCache_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
Variables |
static struct
IXMLDOMSchemaCollectionVtbl | schema_vtbl |