What does HRESULT 0xC0AA020B (E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT) mean?

 
Previous Next
E_IMAPI_RECORDER_NO_SUCH_FEATURE E_IMAPI_RECORDER_GET_CONFIGURATION_NOT_SUPPORTED

E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT

IMAPI distinguishes all supported MMC feature pages from the subset marked current. A feature can exist in the drive capability set yet be inactive for the current profile or media. This HRESULT reports that second case.

Compare supported and current feature-page sets

  • Enumerate SupportedFeaturePages and CurrentFeaturePages for the same recorder state.
  • Record current media and current profile before changing discs.
  • Do not label the drive as lacking the feature; the feature is supported but not active now.

Media changes can alter which features are current, so capability results should not be cached indefinitely across tray events. The diagnostic difference matters for user guidance: “use a compatible medium/profile” can be appropriate here, whereas a truly unsupported feature may require another recorder or another format strategy.

Current feature pages · Supported feature pages · Checking drive support


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