using System; namespace System.Runtime.InteropServices { /// Use instead. // Token: 0x0200031C RID: 796 [Obsolete] [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] public struct IDLDESC { /// Reserved; set to null. // Token: 0x04000D43 RID: 3395 public int dwReserved; /// Indicates an value describing the type. // Token: 0x04000D44 RID: 3396 public IDLFLAG wIDLFlags; } }