2.2.18.1.8 XACTUOW
An XACTUOW is a structure that serves as a unique identifier for a transactional unit of work. An XACTUOW contains 16 unsigned single-byte characters representing a GUID ([MS-DTYP] section 2.3.4) and is defined as follows:
-
typedef struct { unsigned char rgb[16]; } XACTUOW;
rgb: An array of unsigned single-byte characters that contains a globally unique identifier (GUID).