Add metadata retrieval functions for media and drive attributes

This commit is contained in:
2025-10-08 12:23:46 +01:00
parent cd12ef3504
commit 49d827d07f
3 changed files with 935 additions and 3 deletions

View File

@@ -66,6 +66,7 @@
#define AARUF_ERROR_INVALID_TAG (-27) ///< Invalid or unsupported media or sector tag format.
#define AARUF_ERROR_TAPE_FILE_NOT_FOUND (-28) ///< Requested tape file number not present in image.
#define AARUF_ERROR_TAPE_PARTITION_NOT_FOUND (-29) ///< Requested tape partition not present in image.
#define AARUF_ERROR_METADATA_NOT_PRESENT (-30) ///< Requested metadata not present in image.
/** @} */
/** \name Non-fatal sector status codes (non-negative)