Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6UUID Struct Reference

#include <p6types.h>

Public Attributes

P6UINT8 clockNode [8]
 
P6UINT16 timeHighVer
 
P6UINT32 timeLow
 
P6UINT16 timeMid
 

Detailed Description

A universally unique indentifier (UUID).

This is also known as a globally unique indentifier (GUID), which is used by [p6]COM to identify components, categories, and interfaces.

UUID's are a fixed size of 128 bits long and must be unique in space and time with respect to all other UUID's. For more information on UUID's, please see the IETF's draft titled "UUIDs and GUIDs", Paul J. Leach, Microsoft, February 1998.

See Also
http://www.webdav.org/specs/draft-leach-uuids-guids-01.txt
p6UUIDToString()
p6StringToUUID()
P6R::p6IGenGuid

Definition at line 162 of file p6types.h.


The documentation for this struct was generated from the following file: