WvStreams
Public Attributes | List of all members
_GUID Struct Reference

The structure underlying UUIDs. More...

#include <uuid.h>

Public Attributes

u_int32_t Data1
 
u_int16_t Data2
 
u_int16_t Data3
 
u_int8_t Data4 [8]
 

Detailed Description

The structure underlying UUIDs.

This is similar to the Windows definition, for compatibility reasons.

Definition at line 94 of file uuid.h.

Member Data Documentation

◆ Data1

u_int32_t _GUID::Data1

Definition at line 96 of file uuid.h.

◆ Data2

u_int16_t _GUID::Data2

Definition at line 97 of file uuid.h.

◆ Data3

u_int16_t _GUID::Data3

Definition at line 98 of file uuid.h.

◆ Data4

u_int8_t _GUID::Data4[8]

Definition at line 99 of file uuid.h.


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