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

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