ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

searcher.c File Reference
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "wuapi.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  update_searcher

Defines

#define COBJMACROS

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (wuapi)
static update_searcherimpl_from_IUpdateSearcher (IUpdateSearcher *iface)
static ULONG WINAPI update_searcher_AddRef (IUpdateSearcher *iface)
static ULONG WINAPI update_searcher_Release (IUpdateSearcher *iface)
static HRESULT WINAPI update_searcher_QueryInterface (IUpdateSearcher *iface, REFIID riid, void **ppvObject)
static HRESULT WINAPI update_searcher_GetTypeInfoCount (IUpdateSearcher *iface, UINT *pctinfo)
static HRESULT WINAPI update_searcher_GetTypeInfo (IUpdateSearcher *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI update_searcher_GetIDsOfNames (IUpdateSearcher *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI update_searcher_Invoke (IUpdateSearcher *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI update_searcher_get_CanAutomaticallyUpgradeService (IUpdateSearcher *This, VARIANT_BOOL *retval)
static HRESULT WINAPI update_searcher_put_CanAutomaticallyUpgradeService (IUpdateSearcher *This, VARIANT_BOOL value)
static HRESULT WINAPI update_searcher_get_ClientApplicationID (IUpdateSearcher *This, BSTR *retval)
static HRESULT WINAPI update_searcher_put_ClientApplicationID (IUpdateSearcher *This, BSTR value)
static HRESULT WINAPI update_searcher_get_IncludePotentiallySupersededUpdates (IUpdateSearcher *This, VARIANT_BOOL *retval)
static HRESULT WINAPI update_searcher_put_IncludePotentiallySupersededUpdates (IUpdateSearcher *This, VARIANT_BOOL value)
static HRESULT WINAPI update_searcher_get_ServerSelection (IUpdateSearcher *This, ServerSelection *retval)
static HRESULT WINAPI update_searcher_put_ServerSelection (IUpdateSearcher *This, ServerSelection value)
static HRESULT WINAPI update_searcher_BeginSearch (IUpdateSearcher *This, BSTR criteria, IUnknown *onCompleted, VARIANT state, ISearchJob **retval)
static HRESULT WINAPI update_searcher_EndSearch (IUpdateSearcher *This, ISearchJob *searchJob, ISearchResult **retval)
HRESULT UpdateSearcher_create (IUnknown *pUnkOuter, LPVOID *ppObj)

Variables

static struct IUpdateSearcherVtbl update_searcher_vtbl

Generated on Sun May 27 2012 05:21:28 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.