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

events.c File Reference
#include <string.h>
#include "wine/debug.h"
#include "shdocvw.h"

Go to the source code of this file.

Data Structures

struct  ConnectionPoint< T >

Defines

#define CONPOINT(x)   ((IConnectionPoint*) &(x)->lpConnectionPointVtbl)
#define CONPTCONT_THIS(iface)   DEFINE_THIS(ConnectionPointContainer, ConnectionPointContainer, iface)
#define CONPOINT_THIS(iface)   DEFINE_THIS(ConnectionPoint, ConnectionPoint, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (shdocvw)
static HRESULT WINAPI ConnectionPointContainer_QueryInterface (IConnectionPointContainer *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI ConnectionPointContainer_AddRef (IConnectionPointContainer *iface)
static ULONG WINAPI ConnectionPointContainer_Release (IConnectionPointContainer *iface)
static HRESULT WINAPI ConnectionPointContainer_EnumConnectionPoints (IConnectionPointContainer *iface, LPENUMCONNECTIONPOINTS *ppEnum)
static HRESULT WINAPI ConnectionPointContainer_FindConnectionPoint (IConnectionPointContainer *iface, REFIID riid, LPCONNECTIONPOINT *ppCP)
static HRESULT WINAPI ConnectionPoint_QueryInterface (IConnectionPoint *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI ConnectionPoint_AddRef (IConnectionPoint *iface)
static ULONG WINAPI ConnectionPoint_Release (IConnectionPoint *iface)
static HRESULT WINAPI ConnectionPoint_GetConnectionInterface (IConnectionPoint *iface, IID *pIID)
static HRESULT WINAPI ConnectionPoint_GetConnectionPointContainer (IConnectionPoint *iface, IConnectionPointContainer **ppCPC)
static HRESULT WINAPI ConnectionPoint_Advise (IConnectionPoint *iface, IUnknown *pUnkSink, DWORD *pdwCookie)
static HRESULT WINAPI ConnectionPoint_Unadvise (IConnectionPoint *iface, DWORD dwCookie)
static HRESULT WINAPI ConnectionPoint_EnumConnections (IConnectionPoint *iface, IEnumConnections **ppEnum)
void call_sink (ConnectionPoint *This, DISPID dispid, DISPPARAMS *dispparams)
static void ConnectionPoint_Create (REFIID riid, ConnectionPoint **cp, IConnectionPointContainer *container)
static void ConnectionPoint_Destroy (ConnectionPoint *This)
void ConnectionPointContainer_Init (ConnectionPointContainer *This, IUnknown *impl)
void ConnectionPointContainer_Destroy (ConnectionPointContainer *This)

Variables

static const
IConnectionPointContainerVtbl 
ConnectionPointContainerVtbl
static const IConnectionPointVtbl ConnectionPointVtbl

Generated on Sun May 27 2012 05:14:31 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.