Data Structures |
| struct | update_session |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (wuapi) |
| static update_session * | impl_from_IUpdateSession (IUpdateSession *iface) |
| static ULONG WINAPI | update_session_AddRef (IUpdateSession *iface) |
| static ULONG WINAPI | update_session_Release (IUpdateSession *iface) |
| static HRESULT WINAPI | update_session_QueryInterface (IUpdateSession *iface, REFIID riid, void **ppvObject) |
| static HRESULT WINAPI | update_session_GetTypeInfoCount (IUpdateSession *iface, UINT *pctinfo) |
| static HRESULT WINAPI | update_session_GetTypeInfo (IUpdateSession *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | update_session_GetIDsOfNames (IUpdateSession *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | update_session_Invoke (IUpdateSession *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | update_session_get_ClientApplicationID (IUpdateSession *This, BSTR *retval) |
| static HRESULT WINAPI | update_session_put_ClientApplicationID (IUpdateSession *This, BSTR value) |
| static HRESULT WINAPI | update_session_get_ReadOnly (IUpdateSession *This, VARIANT_BOOL *retval) |
| static HRESULT WINAPI | update_session_get_WebProxy (IUpdateSession *This, IWebProxy **retval) |
| static HRESULT WINAPI | update_session_put_WebProxy (IUpdateSession *This, IWebProxy *value) |
| static HRESULT WINAPI | update_session_CreateUpdateSearcher (IUpdateSession *This, IUpdateSearcher **retval) |
| static HRESULT WINAPI | update_session_CreateUpdateDownloader (IUpdateSession *This, IUpdateDownloader **retval) |
| static HRESULT WINAPI | update_session_CreateUpdateInstaller (IUpdateSession *This, IUpdateInstaller **retval) |
| HRESULT | UpdateSession_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
Variables |
| static struct IUpdateSessionVtbl | update_session_vtbl |