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