|
PST File Format SDK v0.4
|
Defines a id to name mapping. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::nameid:Public Attributes | ||
| union { | ||
| ulong id | ||
| id of the named prop (for named props defined by an id) More... | ||
| ulong string_offset | ||
| offset into the string stream of the name of this prop More... | ||
| }; | ||
| 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 { ... } pstsdk::disk::nameid |
| ulong pstsdk::disk::nameid::id |
| ulong pstsdk::disk::nameid::index |
| ulong pstsdk::disk::nameid::string_offset |