5 references to VT_I4
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (3)
154
variantTypes[propertyId - basePropertyId] =
VT_I4
;
328
else if (vt == VT_UI4 || vt ==
VT_I4
)
422
else if (vt == VT_UI4 || vt ==
VT_I4
)
System\Messaging\Interop\Restrictions.cs (2)
61
this.AddItem(propertyId, op, MessagePropertyVariants.
VT_I4
, (IntPtr)value);
101
if (vt != MessagePropertyVariants.
VT_I4
)