Exemple #1
0
        private void TestVendor()
        {
            int    hr;
            string sVendor;

            hr = m_ire.GetVendorString(out sVendor);
            DESError.ThrowExceptionForHR(hr);

            Debug.Assert(sVendor == "Microsoft Corporation", "Vendor");
        }