BEGIN_INTERFACE_MAP

Begins the definition of the interfaced map when used in the implementation file.

BEGIN_INTERFACE_MAP(theClass, baseClass )

Parameters

  • theClass
    The class in which the interface map is to be defined

  • baseClass
    The class from which theClass derives from.

Remarks

For each interface that is implemented, there is one or more INTERFACE_PART macro invocations. For each aggregate that the class uses, there is one INTERFACE_AGGREGATE macro invocation.

For more information on interface maps, see Technical Note 38.

Requirements

Header: afxwin.h

See Also

Reference

END_INTERFACE_MAP

INTERFACE_PART

Concepts

MFC Macros and Globals