TSK_VS_PART_INFO Struct Reference

#include <tsk_vs.h>


Detailed Description

Linked list entry that describes a volume in a generic way.

Data Fields

TSK_PNUM_T addr
 Address of this partition.
char * desc
 UTF-8 description of partition (volume system type-specific).
TSK_VS_PART_FLAG_ENUM flags
 Flags for partition.
TSK_DADDR_T len
 Number of sectors in partition.
TSK_VS_PART_INFOnext
 Pointer to next partition (or NULL).
TSK_VS_PART_INFOprev
 Pointer to previous partition (or NULL).
int8_t slot_num
 Entry in the table that describes this partition.
TSK_DADDR_T start
 Sector offset of start of partition.
int8_t table_num
 Table address that describes this partition.
TSK_VS_INFOvs
 Pointer to parent volume system handle.

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

Copyright © 2007-2008 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.