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

UP-Case table directory entry structure for exFAT file systems. More...

#include <tsk_exfatfs.h>

Public Attributes

uint8_t entry_type
 0x82
 
uint8_t first_cluster_of_table [4]
 Cluster address of first data block.
 
uint8_t reserved1 [3]
 Reserved.
 
uint8_t reserved2 [12]
 Reserved.
 
uint8_t table_check_sum [4]
 UP-Case table checksum.
 
uint8_t table_length_in_bytes [8]
 Length of the data.
 

Detailed Description

UP-Case table directory entry structure for exFAT file systems.

The UP-Case table is used to convert file names to upper case when required. 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.