3 references to MESSAGE_PROPID_SRC_MACHINE_ID
System.Messaging (3)
System\Messaging\Message.cs (3)
228
properties.SetGuid(NativeMethods.
MESSAGE_PROPID_SRC_MACHINE_ID
, new byte[GenericIdSize]);
1646
byte[] bytes = this.properties.GetGuid(NativeMethods.
MESSAGE_PROPID_SRC_MACHINE_ID
);
2284
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_SRC_MACHINE_ID
);