Exemple #1
0
        private void TestValidate()
        {
            int  hr;
            char c = (char)0;

            string sParam = "asdf" + c + "*.asd" + c + c + c + c;

            hr = m_ire.SetSourceNameValidation(sParam, this, SFNValidateFlags.NoFind | SFNValidateFlags.Check | SFNValidateFlags.Popup);
            DESError.ThrowExceptionForHR(hr);
        }