Go to the source code of this file.
|
struct | bUUID |
| Universally Unique Identifier according to RFC4122. More...
|
|
|
typedef struct bUUID | bUUID |
| Universally Unique Identifier according to RFC4122. More...
|
|
◆ UUID_STRING_LEN
Memory required for a string representation of a UUID according to RFC4122. This is 36 characters for the string + a trailing zero byte.
Definition at line 33 of file DNA_uuid_types.h.
◆ bUUID
Universally Unique Identifier according to RFC4122.
Cannot be named simply UUID
, because Windows already defines that type.