What does HRESULT 0xC0AAB160 (IMAPI_E_PROPERTY_NOT_ACCESSIBLE) mean?

 
Previous Next
IMAPI_E_IMPORT_TYPE_COLLISION_DIRECTORY_EXISTS_AS_FILE IMAPI_E_UDF_REVISION_CHANGE_NOT_ALLOWED

IMAPI_E_PROPERTY_NOT_ACCESSIBLE

IMAPI_E_PROPERTY_NOT_ACCESSIBLE is a property-state error from the IMAPI2FS object model. The named property exists, but the current image or import state does not allow that property to be read or changed. Several IFileSystemImage properties reflect imported-session or configured-image state rather than unconditional values.

Record the property name and image lifecycle state

  • Preserve the property name embedded in the formatted IMAPI error text.
  • Log whether a previous filesystem was imported and whether a result image has already been created.
  • Consult the specific getter/setter contract instead of treating all image properties as ordinary mutable fields.

This code is not the same as an unknown property or bad COM dispatch name. The property is recognized; access is invalid in the current context. Recreating the same call sequence without changing image state will normally reproduce the error. The useful fix is to move the property access to the supported lifecycle phase or use the documented replacement property for the operation.

IFileSystemImage · IMAPI return values · Creating a multisession disc


Looking for a different code? Search another status or error code.