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