Exemple #1
0
 public Unrar()
 {
     this.archivePathName = string.Empty;
     this.archiveHandle   = new IntPtr(0);
     this.retrieveComment = true;
     this.password        = string.Empty;
     this.comment         = string.Empty;
     this.header          = new RARHeaderDataEx();
     this.destinationPath = string.Empty;
     this.callback        = new UNRARCallback(this.RARCallback);
 }
Exemple #2
0
 private static extern void RARSetCallback(IntPtr hArcData, UNRARCallback callback, int userData);
Exemple #3
0
 public Unrar()
 {
     this.callback=new UNRARCallback(RARCallback);
 }
Exemple #4
0
 public Unrar()
 {
     this.callback = new UNRARCallback(RARCallback);
 }
Exemple #5
0
 private static extern void RARSetCallback(IntPtr hArcData, UNRARCallback callback, int userData);
Exemple #6
0
 public Unrar()
 {
     callback = RARCallback;
 }
Exemple #7
0
 public static extern void RARSetCallback(IntPtr hArcData, UNRARCallback callback, long userData);