ReactOS 0.4.16-dev-252-g9ccafe8
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "initguid.h"
#include "wuapi.h"
#include "wuapi_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | _update_downloader |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct _update_downloader | update_downloader |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wuapi) | |
static update_downloader * | impl_from_IUpdateDownloader (IUpdateDownloader *iface) |
static ULONG WINAPI | update_downloader_AddRef (IUpdateDownloader *iface) |
static ULONG WINAPI | update_downloader_Release (IUpdateDownloader *iface) |
static HRESULT WINAPI | update_downloader_QueryInterface (IUpdateDownloader *iface, REFIID riid, void **ppvObject) |
static HRESULT WINAPI | update_downloader_GetTypeInfoCount (IUpdateDownloader *iface, UINT *pctinfo) |
static HRESULT WINAPI | update_downloader_GetTypeInfo (IUpdateDownloader *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | update_downloader_GetIDsOfNames (IUpdateDownloader *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | update_downloader_Invoke (IUpdateDownloader *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | update_downloader_get_IsForced (IUpdateDownloader *This, VARIANT_BOOL *retval) |
static HRESULT WINAPI | update_downloader_put_IsForced (IUpdateDownloader *This, VARIANT_BOOL value) |
static HRESULT WINAPI | update_downloader_get_ClientApplicationID (IUpdateDownloader *This, BSTR *retval) |
static HRESULT WINAPI | update_downloader_put_ClientApplicationID (IUpdateDownloader *This, BSTR value) |
static HRESULT WINAPI | update_downloader_get_Priority (IUpdateDownloader *This, DownloadPriority *retval) |
static HRESULT WINAPI | update_downloader_put_Priority (IUpdateDownloader *This, DownloadPriority value) |
static HRESULT WINAPI | update_downloader_get_Updates (IUpdateDownloader *This, IUpdateCollection **retval) |
static HRESULT WINAPI | update_downloader_put_Updates (IUpdateDownloader *This, IUpdateCollection *value) |
static HRESULT WINAPI | update_downloader_BeginDownload (IUpdateDownloader *This, IUnknown *onProgressChanged, IUnknown *onCompleted, VARIANT state, IDownloadJob **retval) |
static HRESULT WINAPI | update_downloader_Download (IUpdateDownloader *This, IDownloadResult **retval) |
static HRESULT WINAPI | update_downloader_EndDownload (IUpdateDownloader *This, IDownloadJob *value, IDownloadResult **retval) |
HRESULT | UpdateDownloader_create (LPVOID *ppObj) |
Variables | |
static const struct IUpdateDownloaderVtbl | update_downloader_vtbl |
#define COBJMACROS |
Definition at line 21 of file downloader.c.
|
inlinestatic |
Definition at line 43 of file downloader.c.
Referenced by update_downloader_AddRef(), update_downloader_QueryInterface(), and update_downloader_Release().
Definition at line 48 of file downloader.c.
|
static |
Definition at line 201 of file downloader.c.
|
static |
Definition at line 212 of file downloader.c.
|
static |
Definition at line 220 of file downloader.c.
|
static |
Definition at line 153 of file downloader.c.
|
static |
Definition at line 137 of file downloader.c.
|
static |
Definition at line 169 of file downloader.c.
|
static |
Definition at line 185 of file downloader.c.
|
static |
Definition at line 110 of file downloader.c.
|
static |
Definition at line 100 of file downloader.c.
|
static |
Definition at line 92 of file downloader.c.
|
static |
Definition at line 122 of file downloader.c.
|
static |
Definition at line 161 of file downloader.c.
|
static |
Definition at line 145 of file downloader.c.
|
static |
Definition at line 177 of file downloader.c.
|
static |
Definition at line 193 of file downloader.c.
|
static |
Definition at line 68 of file downloader.c.
Definition at line 55 of file downloader.c.
Definition at line 251 of file downloader.c.
Referenced by update_session_CreateUpdateDownloader().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wuapi | ) |
Definition at line 229 of file downloader.c.
Referenced by UpdateDownloader_create().