예제 #1
0
 static extern int unzGetCurrentFileInfo_64(UnzipHandle handle,
                                            out UnzipFileInfo64 pfile_info,
                                            StringBuilder szFileName,
                                            ulong fileNameBufferSize,            // uLong
                                            IntPtr extraField,                   // void *
                                            ulong extraFieldBufferSize,          // uLong
                                            StringBuilder szComment,
                                            ulong commentBufferSize);            // uLong
예제 #2
0
		static extern int unzGetCurrentFileInfo_64 (UnzipHandle handle,
		                                            out UnzipFileInfo64 pfile_info,
		                                            StringBuilder szFileName,
		                                            ulong fileNameBufferSize,   // uLong
		                                            IntPtr extraField,          // void *
		                                            ulong extraFieldBufferSize, // uLong
		                                            StringBuilder szComment,
		                                            ulong commentBufferSize);   // uLong