Microsoft DirectX 9.0 |
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.
See Also