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