4 references to VT_NULL
System.Messaging (4)
System\Messaging\Interop\MessagePropertyVariants.cs (3)
375
variantTypes[propertyId - basePropertyId] =
VT_NULL
;
399
if (variantTypes[vectorIdentifiers[i] - basePropertyId] ==
VT_NULL
)
401
if (vt == (short)(VT_VECTOR | VT_UI1) || vt ==
VT_NULL
)
System\Messaging\Interop\Restrictions.cs (1)
67
this.AddItem(propertyId, op, MessagePropertyVariants.
VT_NULL
, (IntPtr)0);