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)
- 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.
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.
Header: afxwin.h
Concepts