The Sleuth Kit  4.10.2
Public Attributes | List of all members
EXFATFS_VOL_LABEL_DIR_ENTRY Struct Reference

Volume label directory entry structure for exFAT file systems. More...

#include <tsk_exfatfs.h>

Public Attributes

uint8_t entry_type
 0x83 normally, 0x03 if the media was formatted without a volume label
 
uint8_t volume_label [EXFATFS_MAX_VOLUME_LABEL_LEN_BYTE]
 Volume label in UTF16.
 
uint8_t volume_label_length_chars
 Number of characters in the volume label.
 

Detailed Description

Volume label directory entry structure for exFAT file systems.

This type of entry should be found only in the root directory.


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

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