次の方法で共有


IsEqualObject (Compact 2013)

3/26/2014

This function checks if two interfaces are on the same object.

Syntax

BOOL WINAPI IsEqualObject(
  IUnknown* pFirst,
  IUnknown* pSecond
);

Parameters

  • pFirst
    Address of one interface.
  • pSecond
    Address of the other interface.

Return Value

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

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Object and Pin Functions