C12Adapter Opensource C++ Interface
MGuid::GUID Struct Reference

Define Windows-like GUID type on non-Windows platforms. More...

Public Attributes

Muint32 Data1
 First 4 bytes.
 
Muint16 Data2
 Next 2 bytes.
 
Muint16 Data3
 Next 2 bytes.
 
char Data4 [8]
 The rest 8 bytes.
 

Detailed Description

Define Windows-like GUID type on non-Windows platforms.

Its size is 16 bytes, like in Windows, and the definition matches

See also
RawGuidType System independent 16-byte GUID definition