Fairport
v1.0.38
|
Defines a id to name mapping. More...
#include <disk.h>
Public Attributes | |
union { | |
ulong id | |
id of the named prop (for named props defined by an id) | |
ulong string_offset | |
offset into the string stream of the name of this prop | |
}; | |
ulong | index |
Bits 16-31 are the index into the entry stream. Bits 1-16 are the index into the guid stream. Bit 0 indicates if this is a string or id based prop. |
Defines a id to name mapping.
Found in the entry stream of the name id map node, the nameid is the fundamental structure which defines the name to id mapping.
union { ... } |