home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CConnectionPoint::XConnPt

IConnectionPoint
   |
   +--CConnectionPoint::XConnPt

   in AFXDISP.H

class CConnectionPoint::XConnPt
extends IConnectionPoint


Field Summary
 size_t m_nOffset
          
 
Method Summary
 ULONG AddRef()
          
 STDMETHODIMP Advise( LPUNKNOWN pUnkSink, DWORD* pdwCookie )
          
 X ConnPt()
          
 STDMETHODIMP EnumConnections( LPENUMCONNECTIONS* ppEnum )
          
 STDMETHODIMP GetConnectionInterface( IID* pIID )
          
 STDMETHODIMP GetConnectionPointContainer( IConnectionPointContainer** ppCPC )
          
 STDMETHODIMP QueryInterface( REFIID iid, LPVOID* ppvObj )
          
 ULONG Release()
          
 STDMETHODIMP Unadvise( DWORD dwCookie )
          
 

Field Detail

m_nOffset

public size_t m_nOffset;


Method Detail

AddRef

public ULONG AddRef();

Advise

public STDMETHODIMP Advise( LPUNKNOWN pUnkSink, DWORD* pdwCookie );

ConnPt

public X ConnPt();

EnumConnections

public STDMETHODIMP EnumConnections( LPENUMCONNECTIONS* ppEnum );

GetConnectionInterface

public STDMETHODIMP GetConnectionInterface( IID* pIID );

GetConnectionPointContainer

public STDMETHODIMP GetConnectionPointContainer( IConnectionPointContainer** ppCPC );

QueryInterface

public STDMETHODIMP QueryInterface( REFIID iid, LPVOID* ppvObj );

Release

public ULONG Release();

Unadvise

public STDMETHODIMP Unadvise( DWORD dwCookie );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.2
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD