Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This macro adds an interface with the specified interface identifier (IID) to the list of interfaces that are implemented for an XRObject<Base> object instance.
Syntax
void QI_MAP_IID(
iid,
iface)
Parameters
- iid
[in] The GUID of the interface to implement.
- iface
[in] The interface to implement for the XRObject<Base> object instance.
Return Value
None.
Remarks
You can use this macro to specify an externally declared IID that associates the interface with the object.
Requirements
Header |
XRUnknown.h |