GUID: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
sierraw>Andrew Branscom No edit summary |
m 1 revision imported |
(No difference)
|
Revision as of 01:03, 3 June 2024
GUID is a globally unique identifier. It seems to be used interchangeably with UUID which stands for universally unique identifier. The GUID is a 128-bit quantity that identifies things in the Microsoft universe. A GUID, while treated as an atomic 128-bit unit, has the following partitions:
32 bits 16 bits 8 bits 8 bits 8 bytes
In multimedia terms, GUIDs figure prominently in Microsoft's ASF format.
References