Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |