다음을 통해 공유


CONNECTION_IID

Use between the BEGIN_CONNECTION_PART and END_CONNECTION_PART macros to define an interface ID for a connection point supported by your OLE control.

CONNECTION_IID(iid )

매개 변수

  • iid
    The interface ID of the interface called by the connection point.

설명

The iid argument is an interface ID used to identify the interface that the connection point will call on its connected sinks. 예를 들면 다음과 같습니다.

CONNECTION_IID(IID_ISampleSink)

specifies a connection point that calls the ISinkInterface interface.

요구 사항

헤더: afxdisp.h

참고 항목

참조

BEGIN_CONNECTION_PART

DECLARE_CONNECTION_MAP

END_CONNECTION_PART

개념

MFC 매크로 및 전역