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.
| Microsoft DirectShow 9.0 |
IBDA_NetworkProvider::UnRegisterDeviceFilter
The UnRegisterDeviceFilter method is called by BDA device filters when they are removed from the filter graph.
Syntax
HRESULT UnRegisterDeviceFilter( ULONG ulRegistrationContext );
Parameters
ulRegistrationContext
[in] The registration context that the filter received in the call to RegisterDeviceFilter.
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