PST File Format SDK v0.4
Loading...
Searching...
No Matches
pstsdk::disk::nameid Struct Reference

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.
 

Detailed Description

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.

See also
[MS-PST] 2.4.7.1

Definition at line 1552 of file disk.h.

Member Data Documentation

◆ [union]

union { ... } pstsdk::disk::nameid

◆ id

ulong pstsdk::disk::nameid::id

id of the named prop (for named props defined by an id)

Definition at line 1556 of file disk.h.

◆ index

ulong pstsdk::disk::nameid::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.

Definition at line 1559 of file disk.h.

◆ string_offset

ulong pstsdk::disk::nameid::string_offset

offset into the string stream of the name of this prop

Definition at line 1557 of file disk.h.


The documentation for this struct was generated from the following file: