IBDA_DiagnosticProperties Interface

 
Microsoft DirectShow 9.0

IBDA_DiagnosticProperties Interface

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.

The IBDA_DiagnosticProperties interface provides clients with read-only access to the properties of a BDA device filter for diagnostic purposes. Clients cannot change property values through this interface.

This interface inherits from the IPropertyBag interface and adds no new methods. The Microsoft DirectShow implementation of IBDA_DiagnosticProperties implements the Read method in IPropertyBag, but not the Write method. A call to the Write method returns E_NOTIMPL.

OCUR Devices: This interface supports OpenCable Unidirectional Cable Receiver (OCUR) devices. See OCUR Devices.

Requirements

Header: Include bdaiface.h.

See Also