Data Structures |
| struct | ConnectionPointImpl |
| struct | EnumConnectionsImpl |
Defines |
| #define | COBJMACROS |
| #define | MAXSINKS 10 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (ole) |
| static EnumConnectionsImpl * | EnumConnectionsImpl_Construct (IUnknown *pUnk, DWORD nSinks, CONNECTDATA *pCD) |
| static ConnectionPointImpl * | ConnectionPointImpl_Construct (IUnknown *pUnk, REFIID riid) |
| static void | ConnectionPointImpl_Destroy (ConnectionPointImpl *Obj) |
| static ULONG WINAPI | ConnectionPointImpl_AddRef (IConnectionPoint *iface) |
| static HRESULT WINAPI | ConnectionPointImpl_QueryInterface (IConnectionPoint *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | ConnectionPointImpl_Release (IConnectionPoint *iface) |
| static HRESULT WINAPI | ConnectionPointImpl_GetConnectionInterface (IConnectionPoint *iface, IID *piid) |
| static HRESULT WINAPI | ConnectionPointImpl_GetConnectionPointContainer (IConnectionPoint *iface, IConnectionPointContainer **ppCPC) |
| static HRESULT WINAPI | ConnectionPointImpl_Advise (IConnectionPoint *iface, IUnknown *lpUnk, DWORD *pdwCookie) |
| static HRESULT WINAPI | ConnectionPointImpl_Unadvise (IConnectionPoint *iface, DWORD dwCookie) |
| static HRESULT WINAPI | ConnectionPointImpl_EnumConnections (IConnectionPoint *iface, LPENUMCONNECTIONS *ppEnum) |
| static ULONG WINAPI | EnumConnectionsImpl_AddRef (IEnumConnections *iface) |
| static void | EnumConnectionsImpl_Destroy (EnumConnectionsImpl *Obj) |
| static HRESULT WINAPI | EnumConnectionsImpl_QueryInterface (IEnumConnections *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | EnumConnectionsImpl_Release (IEnumConnections *iface) |
| static HRESULT WINAPI | EnumConnectionsImpl_Next (IEnumConnections *iface, ULONG cConn, LPCONNECTDATA pCD, ULONG *pEnum) |
| static HRESULT WINAPI | EnumConnectionsImpl_Skip (IEnumConnections *iface, ULONG cSkip) |
| static HRESULT WINAPI | EnumConnectionsImpl_Reset (IEnumConnections *iface) |
| static HRESULT WINAPI | EnumConnectionsImpl_Clone (IEnumConnections *iface, LPENUMCONNECTIONS *ppEnum) |
| HRESULT | CreateConnectionPoint (IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP) |
Variables |
| static const IConnectionPointVtbl | ConnectionPointImpl_VTable |
| static const IEnumConnectionsVtbl | EnumConnectionsImpl_VTable |