26 WindowsGuid(
unsigned long data1,
27 unsigned short data2,
unsigned short data3,
28 unsigned char b1,
unsigned char b2,
unsigned char b3,
29 unsigned char b4,
unsigned char b5,
unsigned char b6,
30 unsigned char b7,
unsigned char b8) :
56 INLINE
void WindowsGuid::
64 INLINE
bool WindowsGuid::
72 INLINE
bool WindowsGuid::
80 INLINE
bool WindowsGuid::
95 operator << (std::ostream &out,
const WindowsGuid &guid) {
This is an implementation of the Windows GUID object, used everywhere as a world-unique identifier fo...
void output(std::ostream &out) const
Outputs a hex representation of the GUID.
int compare_to(const WindowsGuid &other) const
Returns a number less than zero if this WindowsGuid sorts before the other one, greater than zero if ...