コード例 #1
0
        private void TestIsNormal(bool c)
        {
            int  hr;
            bool b;

            hr = m_pSource1Src.IsNormalRate(out b);
            DESError.ThrowExceptionForHR(hr);

            Debug.Assert(b == c, "IsNormalRate");
        }