Exemplo n.º 1
0
        private void TestPalette()
        {
            int    hr;
            int    i;
            IntPtr ip;

            hr = m_io.GetPalette(out i, out ip);
            DsError.ThrowExceptionForHR(hr);
        }