Ejemplo n.º 1
0
        private void TestDelete()
        {
            int hr;

            int [] elem = new int[2];

            elem[0] = 0xc0;
            elem[1] = 0xc1;

            hr = m_sim.UnmapStreamId(elem.Length, elem);
            DsError.ThrowExceptionForHR(hr);
        }