Site icon EfmSoft

What does HRESULT 0x400D4272 (MF_I_MANUAL_PROXY) mean?

 
Previous Next
MF_S_ASF_PARSEINPROGRESS MQ_INFORMATION_PROPERTY

MF_I_MANUAL_PROXY

Where the result originates

MF_I_MANUAL_PROXY means a network source has selected explicit proxy configuration rather than automatic discovery.

The result comes from the Media Foundation proxy locator used while resolving a source URL. A representative case is an application deliberately supplies a proxy property store and the locator reports that manual mode is active.

Evidence that survives retries

ObservationWhat to capture
Primary discriminatorthe source URL, proxy host and port, bypass list, authentication mode, and the property store passed to source resolution
Owning objectthe Media Foundation proxy locator used while resolving a source URL, including its object identity and generation
Timeline markerthe call immediately before a network source has selected explicit proxy configuration rather than automatic discovery and the completion event, callback, or state change that followed
Comparison artifactone known-good run that changes only this condition: repeat resolution once with the documented manual proxy values and once with the same URL under automatic proxy discovery

A network source has selected explicit proxy configuration rather than automatic discovery. Preserve the original Media Foundation proxy locator used while resolving a source URL and the first result in the chain: a later UI message can replace this precise code with a generic playback, setup, network, or device failure.

A controlled verification sequence

  1. Record this result, 0x400D4272, the returning method, process architecture, Windows build, and component version.
  2. Capture the source URL, proxy host and port, bypass list, authentication mode, and the property store passed to source resolution before retry logic changes the object.
  3. Perform this narrow comparison: repeat resolution once with the documented manual proxy values and once with the same URL under automatic proxy discovery.

What the result does not prove

In this case, an actual connection failure occurs later and returns a network or proxy HRESULT.

Nearby results that mean something else

ResultDifferent condition
MF_E_UNEXPECTEDAn unexpected error has occurred in the operation requested.
MF_E_INVALIDNAMEInvalid name.
MF_E_INVALIDTYPEInvalid type.

Repair at the owning layer

The supported corrective direction is to correct the explicit proxy endpoint or bypass rule; do not treat this informational result as a transport failure by itself.

For an incident, keep the symbolic constant together with 0x400D4272.

Technical references


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

Exit mobile version