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