MFC Library Reference
INTERFACE_PART
Used between the BEGIN_INTERFACE_MAP macro and the END_INTERFACE_MAP macro for each interface your object will support.
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.
See Also
MFC Macros and Globals | BEGIN_INTERFACE_MAP | END_INTERFACE_MAP