UUID_C Struct Reference

List of all members.

Public Attributes

unsigned int uuid_l
unsigned short uuid_s1
unsigned short uuid_s2
unsigned short uuid_s3
unsigned char uuid_c1
unsigned char uuid_c2
unsigned char uuid_c3
unsigned char uuid_c4
unsigned char uuid_c5
unsigned char uuid_c6

Detailed Description

This structure is the last-resort means of obtaining a UUID.

Author:
Kevin McBride

Definition at line 547 of file teklti.h.


Member Data Documentation

unsigned char uuid_c1
 

Holds the uuid_c1.

Definition at line 568 of file teklti.h.

unsigned char uuid_c2
 

Holds the uuid_c2.

Definition at line 572 of file teklti.h.

unsigned char uuid_c3
 

Holds the uuid_c3.

Definition at line 576 of file teklti.h.

unsigned char uuid_c4
 

Holds the uuid_c4.

Definition at line 580 of file teklti.h.

unsigned char uuid_c5
 

Holds the uuid_c5.

Definition at line 584 of file teklti.h.

unsigned char uuid_c6
 

Holds the uuid_c6.

Definition at line 588 of file teklti.h.

unsigned int uuid_l
 

Holds the uuid_l.

Definition at line 552 of file teklti.h.

unsigned short uuid_s1
 

Holds the uuid_s1.

Definition at line 556 of file teklti.h.

unsigned short uuid_s2
 

Holds the uuid_s2.

Definition at line 560 of file teklti.h.

unsigned short uuid_s3
 

Holds the uuid_s3.

Definition at line 564 of file teklti.h.


The documentation for this struct was generated from the following file: SourceForge.net Logo  Technical Library Template Interface Project Page