Пример #1
0
        public bool Open(Filename name, string key, int keylen, int blocksize, uint aes_flags, FILEOPEN mode)
        {
            bool ret = C4dApiPINVOKE.AESFile_Open__SWIG_4(swigCPtr, Filename.getCPtr(name), key, keylen, blocksize, aes_flags, (int)mode);

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }