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