다음을 통해 공유


BEGIN_DISPATCH_MAP

Declares the definition of your dispatch map.

BEGIN_DISPATCH_MAP(theClass, baseClass )

매개 변수

  • theClass
    Specifies the name of the class that owns this dispatch map.

  • baseClass
    Specifies the base class name of theClass.

설명

In the implementation (.cpp) file that defines the member functions for your class, start the dispatch map with the BEGIN_DISPATCH_MAP macro, add macro entries for each of your dispatch functions and properties, and complete the dispatch map with the END_DISPATCH_MAP macro.

요구 사항

헤더: afxdisp.h

참고 항목

참조

DECLARE_DISPATCH_MAP

END_DISPATCH_MAP

DISP_FUNCTION

DISP_PROPERTY

DISP_PROPERTY_EX

DISP_DEFVALUE

개념

MFC 매크로 및 전역

기타 리소스

디스패치 맵