6 references to caub
System.Messaging (6)
System\Messaging\Interop\MessagePropertyVariants.cs (6)
316newVectorProperties[usedProperties].caub.cElems = (uint)((byte[])objects[i]).Length; 318newVectorProperties[usedProperties].caub.cElems = (uint)handles[i]; 322newVectorProperties[usedProperties].caub.pElems = handle.AddrOfPinnedObject(); 403objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i].caub.cElems; 407objects[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.cElems; 408handles[vectorIdentifiers[i] - basePropertyId] = vectorProperties[i * 4].caub.pElems;