What does HRESULT 0xC00D1190 (NS_E_PDA_DEVICESUPPORTDISABLED) mean?

 
Previous Next
NS_E_PDA_TITLE_COLLISION NS_E_PDA_NO_LONGER_AVAILABLE

NS_E_PDA_DEVICESUPPORTDISABLED

Where this result occurs in the Player workflow

NS_E_PDA_DEVICESUPPORTDISABLED (0xC00D1190) marks checking Player or policy state that disables portable-device support. Preserve that boundary even when the visible Player message is broader than the producing operation.

Mechanism

At the checkpoint, windows Media Device Manager brokers between the Player, a device service provider and MTP, mass-storage or legacy device transports; Enumeration, Plug and Play identity, storage availability, format support and individual file operations are distinct checks. The page-specific boundary is checking Player or policy state that disables portable-device support.

A device shown in Explorer can still disappear from the Player’s WMDM session or reject a media format, filename, directory operation or storage request. A representative way to reach this result is that the device is connected but the Player feature is disabled administratively.

State snapshot

EvidenceWhy it matters for devicesupportdisabled
Producing object and operationPnP instance and interface path, WMDM service-provider CLSID, device/partnership ID, connection generation, storage object and capacity, format-support result, firmware version, operation callback and first device or transport HRESULT
Decisive observationfeature/policy flag, device enumeration result and Player configuration
Generation identityRecord the same disc, device, job or Player operation generation that returned this result; a reconnect or media change creates a different test.
Underlying resultKeep the first device, filesystem, COM, codec, DirectShow, IMAPI or BITS result seen before the Player mapped it to this result.
Controlled comparisonRepeat the producing call after changing only this condition: enable device support through the responsible policy/configuration before re-enumeration.

How to interpret the next test

ObservationInterpretation
The recorded values match the boundaryThe result is consistent with checking Player or policy state that disables portable-device support; correct that state before changing unrelated codecs, drivers or playlists.
A lower layer failed before this resultPreserve that earlier HRESULT or device result because it may be only the Player-level mapping.
The same call passes after one isolated changeThe comparison supports the devicesupportdisabled diagnosis rather than a broad installation failure.
The code changes after retesting itThe boundary was passed; diagnose the new HRESULT as the next independent stage.

It scopes the failure to checking Player or policy state that disables portable-device support.

Controlled diagnostic sequence

  1. Capture 0xC00D1190, it, the exact Player/API operation and the first timestamp at which it appears.
  2. Save feature/policy flag, device enumeration result and Player configuration; do this before ejecting media, reconnecting a device, canceling a job or rebuilding the Player object.
  3. correlate the result with PnP instance and interface path, WMDM service-provider CLSID, device/partnership ID, connection generation, storage object and capacity, format-support result, firmware version, operation callback and first device or transport HRESULT.
  4. Reproduce once with the original source and destination, then apply only this change: enable device support through the responsible policy/configuration before re-enumeration.
  5. Create a fresh operation generation and verify that the original call advances beyond the devicesupportdisabled boundary.

Nearby codes with different owners

Related resultDifferent diagnostic boundary
NS_E_PDA_NO_LONGER_AVAILABLEusing a device or storage object that disappeared after enumeration
NS_E_PDA_TITLE_COLLISIONcreating a device media object whose title/name conflicts under device rules
NS_E_PDA_OBSOLETE_SPloading a device service provider too old for the required Player operation

Focused correction

For this occurrence, enable device support through the responsible policy/configuration before re-enumeration. Recreate only the object that produced it and repeat the original operation against the same controlled input.

When verifying it, do not assume the old interface pointer remains valid after reconnect; Re-enumerate the device and storage objects and correlate the failure with the same connection generation.

Technical references


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