コード例 #1
0
ファイル: Archive.cs プロジェクト: aidan-g/BASS_ZIPSTREAM
 public static bool GetEntry(IntPtr instance, out ArchiveEntry entry, int index)
 {
     return(ARCHIVE_GetEntry(instance, out entry, index));
 }
コード例 #2
0
ファイル: Archive.cs プロジェクト: aidan-g/BASS_ZIPSTREAM
 static extern bool ARCHIVE_GetEntry(IntPtr instance, out ArchiveEntry entry, int index);