|
PST File Format SDK v0.4
|
Collaboration diagram for Name to ID Mapping Structures:Classes | |
| struct | pstsdk::disk::nameid |
| Defines a id to name mapping. More... | |
| struct | pstsdk::disk::nameid_hash_entry |
| A modified nameid structure used in the hash buckets. More... | |
Functions | |
| ushort | pstsdk::disk::nameid_get_prop_index (const nameid &n) |
| Returns the index of a given nameid structure. | |
| ushort | pstsdk::disk::nameid_get_guid_index (const nameid &n) |
| Returns the index into the guid stream of the guid of a given nameid structure. | |
| bool | pstsdk::disk::nameid_is_string (const nameid &n) |
| Returns true if the nameid structure is named by a string. | |
| ushort | pstsdk::disk::nameid_get_prop_index (const nameid_hash_entry &n) |
| Returns the index of a given nameid_hash_entry structure. | |
| ushort | pstsdk::disk::nameid_get_guid_index (const nameid_hash_entry &n) |
| Returns the index into the guid stream of the guid of a given nameid_hash_entry structure. | |
| bool | pstsdk::disk::nameid_is_string (const nameid_hash_entry &n) |
| Returns true if the nameid_hash_entry structure is named by a string. | |
|
inline |
Returns the index into the guid stream of the guid of a given nameid_hash_entry structure.
| [in] | n | the nameid_hash_entry structure |
|
inline |
Returns the index of a given nameid_hash_entry structure.
| [in] | n | the nameid_hash_entry structure |
|
inline |
Returns true if the nameid_hash_entry structure is named by a string.
| [in] | n | the nameid_hash_entry structure |