IsEqualObject
Microsoft DirectShow 9.0 |
IsEqualObject
The IsEqualObject function checks if two interfaces are on the same object.
Syntax
BOOL WINAPI IsEqualObject( IUnknown *pFirst, IUnknown *pSecond );
Parameters
pFirst
Pointer to one interface.
pSecond
Pointer to the other interface.
Return Value
Returns TRUE if the interfaces are both 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