Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |