System.Runtime.InteropServices.ICustomQueryInterface public interface ICustomQueryInterface Documentation Code namespace System.Runtime.InteropServices { public interface ICustomQueryInterface { CustomQueryInterfaceResult GetInterface(ref Guid iid, out IntPtr ppv); } }