Exemplo n.º 1
0
 public static bool GetEntry(IntPtr instance, out ArchiveEntry entry, int index)
 {
     return(ARCHIVE_GetEntry(instance, out entry, index));
 }
Exemplo n.º 2
0
 static extern bool ARCHIVE_GetEntry(IntPtr instance, out ArchiveEntry entry, int index);