5 references to VT_CLSID
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (3)
122variantTypes[propertyId - basePropertyId] = VT_CLSID; 332else if (vt == VT_LPWSTR || vt == VT_CLSID) 413else if (vt == VT_LPWSTR || vt == VT_CLSID || vt == (short)(VT_VECTOR | VT_UI1))
System\Messaging\Interop\Restrictions.cs (2)
37this.AddItem(propertyId, op, MessagePropertyVariants.VT_CLSID, data); 43this.AddItem(propertyId, op, MessagePropertyVariants.VT_CLSID, data);