IAMDeviceRemoval::Reassociate

 
Microsoft DirectShow 9.0

IAMDeviceRemoval::Reassociate

The Reassociate method reassociates the KsProxy filter with the device. The Filter Graph Manager calls this method if it receives a notification that the device has returned after being removed.

Syntax

  HRESULT Reassociate();
);

Parameters

This method takes no parameters.

Return Values

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

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also