7 references to VT_UI1
System.Messaging (7)
System\Messaging\Interop\MessagePropertyVariants.cs (7)
196variantTypes[propertyId - basePropertyId] = VT_UI1; 212variantTypes[propertyId - basePropertyId] = (short)(VT_VECTOR | VT_UI1); 313if (vt == (short)(VT_VECTOR | VT_UI1)) 324else if (vt == VT_UI1 || vt == VT_I1) 401if (vt == (short)(VT_VECTOR | VT_UI1) || vt == VT_NULL) 413else if (vt == VT_LPWSTR || vt == VT_CLSID || vt == (short)(VT_VECTOR | VT_UI1)) 418else if (vt == VT_UI1 || vt == VT_I1)