ELEMDESC
struct ELEMDESC
The ELEMDESC structure contains the type description and process-transfer information for a variable, a function, or a function parameter. (ELEMDESC)
using System.CodeDom.Compiler;
using System.Runtime.InteropServices;
using Windows.Win32.System.Ole;
namespace Windows.Win32.System.Com
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct ELEMDESC
{
[StructLayout(LayoutKind.Explicit)]
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct _Anonymous_e__Union
{
[FieldOffset(0)]
internal IDLDESC idldesc;
[FieldOffset(0)]
internal PARAMDESC paramdesc;
}
internal TYPEDESC tdesc;
internal _Anonymous_e__Union Anonymous;
}
}