The FlatUID_r structure is an encoding of the FlatUID data structure defined in [MS-OXCDATA]. The semantic meaning is unchanged from the FlatUID data structure.
typedef struct {
BYTE ab[16];
} FlatUID_r;
ab: Encodes the ordered bytes of the FlatUID data structure.