| Previous | Next |
| E_IMAPI_RECORDER_FEATURE_IS_NOT_CURRENT | E_IMAPI_RECORDER_COMMAND_TIMEOUT |
E_IMAPI_RECORDER_GET_CONFIGURATION_NOT_SUPPORTED
IMAPI uses GET CONFIGURATION to discover profiles and feature pages on MMC devices. This HRESULT means the recorder cannot provide that command path, so APIs that depend on feature enumeration cannot obtain the expected capability information.
Treat the result as a recorder capability limitation
- Record recorder vendor, product ID, and revision.
- Do not infer support for a feature merely because feature enumeration failed.
- Use format support checks and a known-compatible device when the workflow requires MMC feature discovery.
The code is not evidence that a particular disc image is malformed. It can appear while querying feature pages before any write stream is submitted. If the same application works with another drive, compare recorder capabilities rather than media contents. Preserve this HRESULT instead of replacing it with a generic “unsupported” message because it identifies the missing command mechanism.
Supported feature pages · IDiscRecorder2Ex feature pages · IMAPI return values
Looking for a different code? Search another status or error code.