| Previous | Next |
| NS_E_WMR_PINTYPENOMATCH | NS_E_WMR_SAMPLEPROPERTYNOTSET |
NS_E_WMR_NOCALLBACKAVAILABLE
NS_E_WMR_NOCALLBACKAVAILABLE: what the result means
NS_E_WMR_NOCALLBACKAVAILABLE (0xC00D105E) means the source filter has no callback object available for the requested exchange.
What to capture
Record the source-filter instance, callback registration/assignment sequence, object lifetime and the exact call that asks the filter to use the callback.
Focused verification
Verify that the callback is installed on the same live source-filter instance before issuing the request. Recreating unrelated filters does not repair a missing callback association.
Technical references
- The DirectShow filter graph
- DirectShow media types
- Negotiating media types
- WM ASF Reader filter
- Microsoft HRESULT registry
Looking for a different code? Search another status or error code.
