ReactOS 0.4.16-dev-927-g467dec4
|
#include <ex.h>
Public Attributes | |
ULONGLONG | Time |
LONG | AllocatedCount |
union { | |
struct { | |
UCHAR ClockSeqHiAndReserved | |
UCHAR ClockSeqLow | |
UCHAR NodeId [6] | |
} | |
UCHAR GuidInit [8] | |
}; | |
union { ... } _UUID_CACHED_VALUES_STRUCT::@1810 |
LONG _UUID_CACHED_VALUES_STRUCT::AllocatedCount |
Definition at line 181 of file ex.h.
Referenced by ExpUuidGetValues(), and ExUuidCreate().
UCHAR _UUID_CACHED_VALUES_STRUCT::ClockSeqHiAndReserved |
Definition at line 186 of file ex.h.
Referenced by ExpUuidGetValues().
UCHAR _UUID_CACHED_VALUES_STRUCT::ClockSeqLow |
Definition at line 187 of file ex.h.
Referenced by ExpUuidGetValues().
UCHAR _UUID_CACHED_VALUES_STRUCT::GuidInit[8] |
Definition at line 190 of file ex.h.
Referenced by ExUuidCreate().
UCHAR _UUID_CACHED_VALUES_STRUCT::NodeId[6] |
Definition at line 188 of file ex.h.
Referenced by NtAllocateUuids(), and NtSetUuidSeed().
ULONGLONG _UUID_CACHED_VALUES_STRUCT::Time |
Definition at line 180 of file ex.h.
Referenced by ExpUuidGetValues(), and ExUuidCreate().