protected unsafe static int QueryInterfaceImpl()

in ComObjectShadow.cs [68:73]


            protected unsafe static int QueryInterfaceImpl(IntPtr thisObject, IntPtr guid, out IntPtr output)
            {
                var shadow = ToShadow<ComObjectShadow>(thisObject);

                return shadow.QueryInterface(*(Guid*)guid, out output).Code;
            }