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 pins are on the same object.
Syntax
BOOL EqualPins(
IUnknown* pPin1,
IUnknown* pPin2
);
Parameters
- pPin1
Address of one pin.
- pPin2
Address of the other pin.
Return Value
Returns TRUE if the pins are both on the same object, or FALSE otherwise.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |