Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
_GUID Struct Reference

#include <IUnknown.h>

Inheritance diagram for _GUID:
GrayLib::cGuid

Public Member Functions

bool operator== (const _GUID &other) const
 

Public Attributes

UINT32 Data1
 
WORD Data2
 
WORD Data3
 
BYTE Data4 [8]
 

Detailed Description

GUID = 16 bytes long = 128 bits, 32 hex digits. same as size as SQLGUID and IPv6 address string encoded like "b01dface-0000-0000-C000-100000000046"

Member Function Documentation

◆ operator==()

bool _GUID::operator== ( const _GUID other) const
inline

Member Data Documentation

◆ Data1

UINT32 _GUID::Data1

◆ Data2

WORD _GUID::Data2

◆ Data3

WORD _GUID::Data3

◆ Data4

BYTE _GUID::Data4[8]

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