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