Exemplo n.º 1
0
 static extern int unzGetCurrentFileInfo(UnzipHandle handle,
                                         out UnzipFileInfo pfile_info,
                                         StringBuilder szFileName,
                                         IntPtr fileNameBufferSize,                    // uLong
                                         IntPtr extraField,                            // void *
                                         IntPtr extraFieldBufferSize,                  // uLong
                                         StringBuilder szComment,
                                         IntPtr commentBufferSize);                    // uLong
Exemplo n.º 2
0
		static extern int unzGetCurrentFileInfo (UnzipHandle handle,
		                                                 out UnzipFileInfo pfile_info,
		                                                 StringBuilder szFileName,
		                                                 IntPtr fileNameBufferSize,   // uLong
		                                                 IntPtr extraField,           // void *
		                                                 IntPtr extraFieldBufferSize, // uLong
		                                                 StringBuilder szComment,
		                                                 IntPtr commentBufferSize);   // uLong