PARAMDESCEX
struct PARAMDESCEX
Contains information about the default value of a parameter.
using System.CodeDom.Compiler;
using Windows.Win32.System.Variant;
namespace Windows.Win32.System.Ole
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.106+a37a0b4b70")]
internal struct PARAMDESCEX
{
internal uint cBytes;
internal VARIANT varDefaultValue;
}
}