5 references to VT_LPWSTR
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (4)
180
variantTypes[propertyId - basePropertyId] =
VT_LPWSTR
;
332
else if (vt ==
VT_LPWSTR
|| vt == VT_CLSID)
404
else if (vt == (short)(VT_VECTOR |
VT_LPWSTR
))
413
else if (vt ==
VT_LPWSTR
|| vt == VT_CLSID || vt == (short)(VT_VECTOR | VT_UI1))
System\Messaging\Interop\Restrictions.cs (1)
71
this.AddItem(propertyId, op, MessagePropertyVariants.
VT_LPWSTR
, data);