/* * ************* DO NOT EDIT THIS FILE *********** * * This file was automatically generated from ./XPCIDispatch.idl. */ using System; using System.Runtime.InteropServices; namespace Mozilla.XPCOM { /** * Interface IDispatch * * IID: 0x00020400-0000-0000-C000-000000000046 */ public unsafe class IDispatch : nsISupports { public static string IDISPATCH_IID_STRING = "00020400-0000-0000-C000-000000000046"; public static System.Guid IDISPATCH_IID = new System.Guid("00020400-0000-0000-C000-000000000046"); } }