static extern int unzGetCurrentFileInfo_32(UnzipHandle handle, out UnzipFileInfo32 pfile_info, StringBuilder szFileName, uint fileNameBufferSize, // uLong IntPtr extraField, // void * uint extraFieldBufferSize, // uLong StringBuilder szComment, uint commentBufferSize); // uLong
static extern int unzGetCurrentFileInfo_32 (UnzipHandle handle, out UnzipFileInfo32 pfile_info, StringBuilder szFileName, uint fileNameBufferSize, // uLong IntPtr extraField, // void * uint extraFieldBufferSize, // uLong StringBuilder szComment, uint commentBufferSize); // uLong