2.2.3.2 OLETX_TIP_TX_ID

The OLETX_TIP_TX_ID structure is used to represent a  transaction identifier as specified in [RFC2371] section 5.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

lVersion

cbTxId

szTxId (variable)

...

lVersion (4 bytes): The version number of the structure. This 4-byte field MUST be set to 0x00000001.

cbTxId (4 bytes): This field MUST be an unsigned integer value that specifies the length, in bytes, of the szTxId field, including the terminating null character.

szTxId (variable): A null-terminated Latin-1 ANSI string, as specified in [ISO/IEC-8859-1], that MUST specify the transaction identifier as specified in [RFC2371] section 5. The size of this field is limited only by the maximum length of variable data that can be transmitted in a message, as specified in [MS-CMP] section 2.2.2.