Share via


IBDA_NetworkProvider::UnRegisterDeviceFilter method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The UnRegisterDeviceFilter method is called by BDA device filters when they are removed from the filter graph.

Syntax

HRESULT UnRegisterDeviceFilter(
  [in] ULONG pvRegistrationContext
);

Parameters

[in] pvRegistrationContext

The registration context that the filter received in the call to RegisterDeviceFilter.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_NetworkProvider Interface