Share via


CBasePin::DisplayPinInfo

 
Microsoft DirectShow 9.0

CBasePin::DisplayPinInfo

The DisplayPinInfo method traces a pin connection during debugging.

Syntax

  void DisplayPinInfo(
    IPin *pReceivePin
);

Parameters

pReceivePin

Pointer to the receiving pin.

Remarks

In debug builds, this method calls the DbgLog function to trace a connection attempt. In retail builds, this method does nothing.

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also