Windows.Win32.IVTable interface IVTable Non generic interface that allows constraining against a COM wrapper type directly. COM structs should implement IVTable<T, U>. Documentation Code namespace Windows.Win32 { internal interface IVTable { unsafe IUnknown.Vtbl* VTable { get; } } }