Beispiel #1
0
 public static bool GetEntry(IntPtr instance, out ArchiveEntry entry, int index)
 {
     return(ARCHIVE_GetEntry(instance, out entry, index));
 }
Beispiel #2
0
 static extern bool ARCHIVE_GetEntry(IntPtr instance, out ArchiveEntry entry, int index);