| Previous | Next |
| E_IMAPI_BURN_VERIFICATION_FAILED | E_IMAPI_RECORDER_MEDIA_NO_MEDIA |
E_IMAPI_RECORDER_NO_SUCH_MODE_PAGE
MMC mode pages expose device parameters through MODE SENSE. IMAPI recorder diagnostics can enumerate supported page types and retrieve a selected page through IDiscRecorder2Ex. This HRESULT means the requested page/type is not present, which is a capability result rather than corrupted image data.
Compare the request with the recorder's supported mode-page list
- Log the requested
IMAPI_MODE_PAGE_TYPEand request type. - Enumerate supported mode pages before requesting device-specific data.
- Do not substitute an arbitrary page number; the caller must adapt to the recorder capability set.
This error differs from E_IMAPI_ERASE_MODE_PAGE_2A_TOO_SMALL. Here the requested page is absent; in the erase error, page data was returned but was too short. Keep recorder product revision in diagnostics because capability exposure can vary by device and firmware.
Supported mode pages · Checking drive support · IMAPI return values
Looking for a different code? Search another status or error code.
