Expand description
Store block header, store information, and store attribute flags.
A store’s first block header (record type 0x04) records the size of the store information that follows it directly. The store information carries the shadow-copy identity GUIDs, the snapshot context, attribute flags, and the operating/service machine strings.
Structs§
- Attribute
Flags - VSS store attribute flags (
VSS_VOLUME_SNAPSHOT_ATTRIBUTES). - Store
Block Header - A decoded store block header (the 128-byte record at a store’s block offset).
- Store
Info - The decoded store information record (identity + attributes of a snapshot).
Constants§
- MAX_
STORE_ INFO_ LEN - Upper bound on store-information bytes read, to bound a corrupt size field.
- STORE_
BLOCK_ HEADER_ LEN - Length of a store block header, in bytes.
- STORE_
HEADER_ RECORD_ TYPE - Record type of a store header block (offset 20).