7 references to VT_ERROR
System.Private.Windows.Core (6)
Windows\Win32\System\Variant\VARIANT.cs (6)
145case VT_ERROR: 314case VT_ERROR: // Not explicitly mentioned in the docs but trivial to implement. 551case VT_ERROR: // Not explicitly mentioned in the docs but trivial to implement. 668VT_UI4 or VT_UINT or VT_ERROR => typeof(uint), 721case VT_ERROR: 782case VT_ERROR:
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
893VT_ERROR or VT_HRESULT => typeof(int),