IManagedWrapper
interface IManagedWrapper
An interface that provides a COM callable wrapper for the implementing class. The implementing class should not
be public and unsealed as it can be derived from and COM interfaces can be added. This is meant to be a fixed
set of interfaces.
namespace Windows.Win32.System.Com
{
internal interface IManagedWrapper
{
ComInterfaceTable GetComInterfaceTable();
}
}