GUID

From MultimediaWiki
Revision as of 14:02, 2 May 2006 by Multimedia Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.