ReactOS 0.4.15-dev-7958-gcd0bb1a
_UUID_CACHED_VALUES_STRUCT Struct Reference

#include <ex.h>

Public Attributes

ULONGLONG Time
 
LONG AllocatedCount
 
union {
   struct {
      UCHAR   ClockSeqHiAndReserved
 
      UCHAR   ClockSeqLow
 
      UCHAR   NodeId [6]
 
   } 
 
   UCHAR   GuidInit [8]
 
}; 
 

Detailed Description

Definition at line 175 of file ex.h.

Member Data Documentation

◆ 

union { ... } _UUID_CACHED_VALUES_STRUCT::@1774

◆ AllocatedCount

LONG _UUID_CACHED_VALUES_STRUCT::AllocatedCount

Definition at line 178 of file ex.h.

Referenced by ExpUuidGetValues(), and ExUuidCreate().

◆ ClockSeqHiAndReserved

UCHAR _UUID_CACHED_VALUES_STRUCT::ClockSeqHiAndReserved

Definition at line 183 of file ex.h.

Referenced by ExpUuidGetValues().

◆ ClockSeqLow

UCHAR _UUID_CACHED_VALUES_STRUCT::ClockSeqLow

Definition at line 184 of file ex.h.

Referenced by ExpUuidGetValues().

◆ GuidInit

UCHAR _UUID_CACHED_VALUES_STRUCT::GuidInit[8]

Definition at line 187 of file ex.h.

Referenced by ExUuidCreate().

◆ NodeId

UCHAR _UUID_CACHED_VALUES_STRUCT::NodeId[6]

Definition at line 185 of file ex.h.

Referenced by NtAllocateUuids(), and NtSetUuidSeed().

◆ Time

ULONGLONG _UUID_CACHED_VALUES_STRUCT::Time

Definition at line 177 of file ex.h.

Referenced by ExpUuidGetValues(), and ExUuidCreate().


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