IBDA_Topology::DeletePin
Microsoft DirectShow 9.0 |
IBDA_Topology::DeletePin
The DeletePin method deletes a pin from the filter's topology.
Syntax
HRESULT DeletePin( ULONG ulPinId );
Parameters
ulPinId
[in] Specifies the identifier of the pin to be deleted.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also