//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言win8压缩解压源码系统结构:压缩,解压,CreateCompressor,CloseCompressor,Compress,CreateDecompressor,CloseDecompressor,Decompress, ======窗口程序集1 || ||------压缩 || ||------解压 || ||------_按钮3_被单击 || ||------__启动窗口_创建完毕 || ||------_按钮1_被单击 || ||------_按钮2_被单击 || ||------_组合框1_列表项被选择 || || ======调用的Dll || ||---[dll]------CreateCompressor || ||---[dll]------CloseCompressor || ||---[dll]------Compress || ||---[dll]------CreateDecompressor || ||---[dll]------CloseDecompressor || ||---[dll]------Decompress 调用的DLL命令: .DLL命令CreateCompressor,逻辑型,"Cabinet.dll" .参数Algorithm .参数AllocationRoutines .参数CompressorHandle,,传址 .DLL命令CloseCompressor,逻辑型,"Cabinet.dll" .参数CompressorHandle .DLL命令Compress,逻辑型,"Cabinet.dll" .参数CompressorHandle .参数UncompressedData,字节集 .参数UncompressedDataSize .参数CompressedBuffer,字节集 .参数CompressedBufferSize .参数CompressedDataSize,,传址 .DLL命令CreateDecompressor,逻辑型,"Cabinet.dll" .参数Algorithm .参数AllocationRoutines .参数CompressorHandle,,传址 .DLL命令CloseDecompressor,逻辑型,"Cabinet.dll" .参数DecompressorHandle .DLL命令Decompress,逻辑型,"Cabinet.dll" .参数DecompressorHandle .参数CompressedData,字节集 .参数CompressedDataSize .参数UncompressedBuffer,字节集 .参数UncompressedBufferSize .参数UncompressedDataSize,,传址
