CloakedIid Structure
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CloakedIid Structure.
Indicates to the RuntimeClass, Implements and ChainInterfaces templates that the specified interface is not accessible in the IID list.
template< typename T > struct CloakedIid : T;
Parameters
T
The interface that is hidden (cloaked).
The following is an example of how CloakedIid is used: struct MyRuntimeClass : RuntimeClass<CloakedIid<IMyCloakedInterface>> {}.
T
CloakedIid
Header: implements.h
Namespace: Microsoft::WRL
Show: