Esempio n. 1
0
        public virtual RecoveryError irecv_open_with_ecid(out RecoveryClientHandle client, ulong ecid)
        {
            RecoveryError returnValue;

            returnValue = RecoveryNativeMethods.irecv_open_with_ecid(out client, ecid);
            client.Api  = this.Parent;
            return(returnValue);
        }