5 references to VT_UNKNOWN
Microsoft.Private.Windows.Core (5)
Windows\Win32\System\Com\SAFEARRAY.cs (1)
49
return
VT_UNKNOWN
;
Windows\Win32\System\Com\SafeArrayScope.cs (2)
19
/// If the <see cref="SAFEARRAY"/> you are intending to scope the lifetime of has type <see cref="VARENUM.
VT_UNKNOWN
"/>,
61
if (value->VarType is not VARENUM.
VT_UNKNOWN
)
Windows\Win32\System\Variant\VARIANT.cs (2)
961
vt =
VT_UNKNOWN
,
967
=> value.vt ==
VT_UNKNOWN
? value.data.punkVal : throw new InvalidCastException();