평가 및 의견을 보내려면 클릭하십시오.
MSDN
MSDN Library
개발 도구 및 언어
Visual Studio 2005
Visual Studio 설명서
Visual C++
Reference
Libraries Reference
ATL
Macros
ATL Macros Alphabetical Reference
 BEGIN_CONNECTION_POINT_MAP

  저대역폭 보기 설정
이 페이지에서 다루는 특정 제품:.
Microsoft Visual Studio 2005/.NET Framework 2.0

다음 제품들은 다른 버전에서 다루어 집니다.
ATL Library Reference
BEGIN_CONNECTION_POINT_MAP

Marks the beginning of the connection point map entries.

BEGIN_CONNECTION_POINT_MAP( x )

Parameters

x

[in] The name of the class containing the connection points.

Start your connection point map with the BEGIN_CONNECTION_POINT_MAP macro, add entries for each of your connection points with the CONNECTION_POINT_ENTRY macro, and complete the map with the END_CONNECTION_POINT_MAP macro.

For more information about connection points in ATL, see the article Connection Points.

BEGIN_CONNECTION_POINT_MAP(CConnect)
   CONNECTION_POINT_ENTRY(m_cpInterfaceBeingExposed)
END_CONNECTION_POINT_MAP( )
커뮤니티 콘텐츠   커뮤니티 콘텐츠란?
새 콘텐츠 추가 RSS  주석
Processing
© 2009 Microsoft Corporation. All rights reserved. 사용약관  |  상표  |  개인정보보호
Page view tracker