INTERFACE_PART

 

Used between the BEGIN_INTERFACE_MAP macro and the END_INTERFACE_MAP macro for each interface your object will support.

Syntax

INTERFACE_PART(
theClass, iid, localClass)

Parameters

  • theClass
    The name of the class that contains the interface map.

  • iid
    The IID that is to be mapped to the embedded class.

  • localClass
    The name of the local class.

Remarks

It allows you to map an IID to a member of the class indicated by theClass and localClass.

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

Requirements

Header: afxwin.h

See Also

MFC Macros and Globals
BEGIN_INTERFACE_MAP
END_MESSAGE_MAP