File: Windows.Win32.VARIANT.g.cs
Project: src\src\System.Private.Windows.Core\src\System.Private.Windows.Core.csproj (System.Private.Windows.Core)
// ------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------

#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
	namespace System.Variant
	{
		/// <summary>VARIANTARG describes arguments passed within DISPPARAMS, and VARIANT to specify variant data that cannot be passed by reference.</summary>
		/// <remarks>
		/// <para><see href="https://learn.microsoft.com/windows/win32/api/oaidl/ns-oaidl-variant">Learn more about this API from docs.microsoft.com</see>.</para>
		/// </remarks>
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal partial struct VARIANT
		{
			internal _Anonymous_e__Union Anonymous;

			[StructLayout(LayoutKind.Explicit)]
			[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
			internal partial struct _Anonymous_e__Union
			{
				[FieldOffset(0)]
				internal _Anonymous_e__Struct Anonymous;

				[FieldOffset(0)]
				internal winmdroot.Foundation.DECIMAL decVal;

				[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
				internal partial struct _Anonymous_e__Struct
				{
					internal winmdroot.System.Variant.VARENUM vt;

					internal ushort wReserved1;

					internal ushort wReserved2;

					internal ushort wReserved3;

					internal _Anonymous_e__Union Anonymous;

					[StructLayout(LayoutKind.Explicit)]
					[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
					internal partial struct _Anonymous_e__Union
					{
						[FieldOffset(0)]
						internal long llVal;

						[FieldOffset(0)]
						internal int lVal;

						[FieldOffset(0)]
						internal byte bVal;

						[FieldOffset(0)]
						internal short iVal;

						[FieldOffset(0)]
						internal float fltVal;

						[FieldOffset(0)]
						internal double dblVal;

						[FieldOffset(0)]
						internal winmdroot.Foundation.VARIANT_BOOL boolVal;

						[FieldOffset(0)]
						internal winmdroot.Foundation.VARIANT_BOOL __OBSOLETE__VARIANT_BOOL;

						[FieldOffset(0)]
						internal int scode;

						[FieldOffset(0)]
						internal winmdroot.System.Com.CY cyVal;

						[FieldOffset(0)]
						internal double date;

						[FieldOffset(0)]
						internal winmdroot.Foundation.BSTR bstrVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.IUnknown* punkVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.IDispatch* pdispVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.SAFEARRAY* parray;

						[FieldOffset(0)]
						internal unsafe byte* pbVal;

						[FieldOffset(0)]
						internal unsafe short* piVal;

						[FieldOffset(0)]
						internal unsafe int* plVal;

						[FieldOffset(0)]
						internal unsafe long* pllVal;

						[FieldOffset(0)]
						internal unsafe float* pfltVal;

						[FieldOffset(0)]
						internal unsafe double* pdblVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.Foundation.VARIANT_BOOL* pboolVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.Foundation.VARIANT_BOOL* __OBSOLETE__VARIANT_PBOOL;

						[FieldOffset(0)]
						internal unsafe int* pscode;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.CY* pcyVal;

						[FieldOffset(0)]
						internal unsafe double* pdate;

						[FieldOffset(0)]
						internal unsafe winmdroot.Foundation.BSTR* pbstrVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.IUnknown** ppunkVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.IDispatch** ppdispVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Com.SAFEARRAY** pparray;

						[FieldOffset(0)]
						internal unsafe winmdroot.System.Variant.VARIANT* pvarVal;

						[FieldOffset(0)]
						internal unsafe void* byref;

						[FieldOffset(0)]
						internal winmdroot.Foundation.CHAR cVal;

						[FieldOffset(0)]
						internal ushort uiVal;

						[FieldOffset(0)]
						internal uint ulVal;

						[FieldOffset(0)]
						internal ulong ullVal;

						[FieldOffset(0)]
						internal int intVal;

						[FieldOffset(0)]
						internal uint uintVal;

						[FieldOffset(0)]
						internal unsafe winmdroot.Foundation.DECIMAL* pdecVal;

						[FieldOffset(0)]
						internal winmdroot.Foundation.PSTR pcVal;

						[FieldOffset(0)]
						internal unsafe ushort* puiVal;

						[FieldOffset(0)]
						internal unsafe uint* pulVal;

						[FieldOffset(0)]
						internal unsafe ulong* pullVal;

						[FieldOffset(0)]
						internal unsafe int* pintVal;

						[FieldOffset(0)]
						internal unsafe uint* puintVal;

						[FieldOffset(0)]
						internal _Anonymous_e__Struct Anonymous;

						[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
						internal partial struct _Anonymous_e__Struct
						{
							internal unsafe void* pvRecord;

							internal unsafe winmdroot.System.Ole.IRecordInfo* pRecInfo;
						}
					}
				}
			}
		}
	}
}