sector_marker

Overview

sector_marker is a enum in Aspose.Email FOSS for C++.

Description

sector_marker is an enumeration type in the Aspose.Email FOSS library for C++. It defines a set of named constants that control behavior or specify options within the API. Enumerations like sector_marker help ensure type safety by restricting values to a predefined set.

Core capabilities include: Represents the difat sector marker used in cfb structures; represents the fat sector marker used in cfb structures; indicates the end of a sector chain in a cfb file. These operations enable developers to integrate sector_marker functionality directly into C++ applications.

Values

ValueDescription
difsectRepresents the DIFAT sector marker used in CFB structures
fatsectRepresents the FAT sector marker used in CFB structures
endofchainIndicates the end of a sector chain in a CFB file
freesectMarks a free sector available for allocation in a CFB file

See Also