What does HRESULT 0xC0AA0609 (E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE) mean?

 
Previous Next
E_IMAPI_DF2RAW_MEDIA_IS_NOT_SUPPORTED E_IMAPI_DF2RAW_NO_RECORDER_SPECIFIED

E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE

E_IMAPI_DF2RAW_NOT_ENOUGH_SPACE is a physical-layout capacity failure for the raw session. IDiscFormat2RawCD exposes LastPossibleStartOfLeadout and StartOfNextSession; the DAO image plus required session layout must fit the writable area of the current medium.

Compare the raw image sector span with actual media layout

  • Record image length in sectors and the starting address used by WriteMedia or WriteMedia2.
  • Read LastPossibleStartOfLeadout and StartOfNextSession from the prepared format object.
  • Recompute against the currently inserted disc after any eject or media replacement.

Reducing write speed does not create sectors. This code also differs from raw-stream validation: a syntactically acceptable DAO stream can simply be too large. Use media-layout values from IMAPI rather than comparing only source file bytes with nominal disc capacity, because session and lead-out positions are part of the constraint.

LastPossibleStartOfLeadout · StartOfNextSession · WriteMedia


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