4 references to PROPID_M_MSGID_SIZE
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqDiagnostics.cs (1)
246
if (UnsafeNativeMethods.
PROPID_M_MSGID_SIZE
!= messageId.Buffer.Length)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
50
UnsafeNativeMethods.
PROPID_M_MSGID_SIZE
);
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
45
this.messageId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_MSGID, UnsafeNativeMethods.
PROPID_M_MSGID_SIZE
);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
550
byte[] bytes = new byte[UnsafeNativeMethods.
PROPID_M_MSGID_SIZE
];