private void TestStop()
        {
            int hr;

            hr = m_fc.StopChain(m_pFilter, null);
            DsError.ThrowExceptionForHR(hr);
        }