ReactOS 0.4.16-dev-336-gb667d82
|
#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::@1784 |
LONG _UUID_CACHED_VALUES_STRUCT::AllocatedCount |
Definition at line 178 of file ex.h.
Referenced by ExpUuidGetValues(), and ExUuidCreate().
UCHAR _UUID_CACHED_VALUES_STRUCT::ClockSeqHiAndReserved |
Definition at line 183 of file ex.h.
Referenced by ExpUuidGetValues().
UCHAR _UUID_CACHED_VALUES_STRUCT::ClockSeqLow |
Definition at line 184 of file ex.h.
Referenced by ExpUuidGetValues().
UCHAR _UUID_CACHED_VALUES_STRUCT::GuidInit[8] |
Definition at line 187 of file ex.h.
Referenced by ExUuidCreate().
UCHAR _UUID_CACHED_VALUES_STRUCT::NodeId[6] |
Definition at line 185 of file ex.h.
Referenced by NtAllocateUuids(), and NtSetUuidSeed().
ULONGLONG _UUID_CACHED_VALUES_STRUCT::Time |
Definition at line 177 of file ex.h.
Referenced by ExpUuidGetValues(), and ExUuidCreate().