This macro provides a general mechanism for hooking into ATL's QueryInterface logic. If iid matches the IID of the interface queried for, then the function specified by func is called.
At a Glance
| Header file: | Atlcom.h |
| Windows CE versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
Syntax
COM_INTERFACE_ENTRY_FUNC( iid, dw, func )
See Also