private void TestGen()
        {
            int hr;
            int pVal;

            hr = m_pVideoGroupObj.GetGenID(out pVal);
            DESError.ThrowExceptionForHR(hr);
        }