ReactOS 0.4.16-dev-122-g325d74c
|
#include "mshtml_private.h"
Go to the source code of this file.
Classes | |
struct | HTMLStorage |
Functions | |
static HTMLStorage * | impl_from_IHTMLStorage (IHTMLStorage *iface) |
static HRESULT WINAPI | HTMLStorage_QueryInterface (IHTMLStorage *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLStorage_AddRef (IHTMLStorage *iface) |
static ULONG WINAPI | HTMLStorage_Release (IHTMLStorage *iface) |
static HRESULT WINAPI | HTMLStorage_GetTypeInfoCount (IHTMLStorage *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLStorage_GetTypeInfo (IHTMLStorage *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLStorage_GetIDsOfNames (IHTMLStorage *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLStorage_Invoke (IHTMLStorage *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLStorage_get_length (IHTMLStorage *iface, LONG *p) |
static HRESULT WINAPI | HTMLStorage_get_remainingSpace (IHTMLStorage *iface, LONG *p) |
static HRESULT WINAPI | HTMLStorage_key (IHTMLStorage *iface, LONG lIndex, BSTR *p) |
static HRESULT WINAPI | HTMLStorage_getItem (IHTMLStorage *iface, BSTR bstrKey, VARIANT *p) |
static HRESULT WINAPI | HTMLStorage_setItem (IHTMLStorage *iface, BSTR bstrKey, BSTR bstrValue) |
static HRESULT WINAPI | HTMLStorage_removeItem (IHTMLStorage *iface, BSTR bstrKey) |
static HRESULT WINAPI | HTMLStorage_clear (IHTMLStorage *iface) |
HRESULT | create_storage (IHTMLStorage **p) |
Variables | |
static const IHTMLStorageVtbl | HTMLStorageVtbl |
static const tid_t | HTMLStorage_iface_tids [] |
static dispex_static_data_t | HTMLStorage_dispex |
HRESULT create_storage | ( | IHTMLStorage ** | p | ) |
Definition at line 188 of file htmlstorage.c.
Definition at line 54 of file htmlstorage.c.
Definition at line 153 of file htmlstorage.c.
Definition at line 111 of file htmlstorage.c.
Definition at line 118 of file htmlstorage.c.
|
static |
Definition at line 93 of file htmlstorage.c.
|
static |
Definition at line 132 of file htmlstorage.c.
|
static |
Definition at line 85 of file htmlstorage.c.
Definition at line 79 of file htmlstorage.c.
|
static |
Definition at line 102 of file htmlstorage.c.
Definition at line 125 of file htmlstorage.c.
|
static |
Definition at line 32 of file htmlstorage.c.
Definition at line 64 of file htmlstorage.c.
Definition at line 146 of file htmlstorage.c.
|
static |
Definition at line 139 of file htmlstorage.c.
|
inlinestatic |
Definition at line 27 of file htmlstorage.c.
Referenced by HTMLStorage_AddRef(), HTMLStorage_clear(), HTMLStorage_get_length(), HTMLStorage_get_remainingSpace(), HTMLStorage_GetIDsOfNames(), HTMLStorage_getItem(), HTMLStorage_GetTypeInfo(), HTMLStorage_GetTypeInfoCount(), HTMLStorage_Invoke(), HTMLStorage_key(), HTMLStorage_QueryInterface(), HTMLStorage_Release(), HTMLStorage_removeItem(), and HTMLStorage_setItem().
|
static |
Definition at line 181 of file htmlstorage.c.
Referenced by create_storage().
Definition at line 177 of file htmlstorage.c.
|
static |
Definition at line 160 of file htmlstorage.c.
Referenced by create_storage().