EqualPins

 
Microsoft DirectShow 9.0

EqualPins

The EqualPins function checks if two pins are on the same object.

Syntax

  BOOL EqualPins(
    IUnknown *pPin1,
    IUnknown *pPin2
);

Parameters

pPin1

Pointer to one pin.

pPin2

Pointer to the other pin.

Return Value

Returns TRUE if both pins are on the same object, or FALSE otherwise.

Requirements

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

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

See Also