コード例 #1
0
 private static unsafe extern long OodleLZ_Decompress(
     byte *compBuf,
     UIntPtr compBufSize,
     byte *decodeTo,
     UIntPtr decodeToSize,
     OodleLZ_FuzzSafe fuzzSafetyFlag,
     OodleLZ_CheckCRC crcCheckFlag,
     OodleLZ_Verbosity logVerbosityFlag,
     UIntPtr a8,
     UIntPtr a9,
     UIntPtr chunkDecodeCallback,
     UIntPtr chunkDecodeContext,
     byte *scratchBuf,
     UIntPtr scratchBufSize,
     OodleLZ_Decode threadPhase);
コード例 #2
0
ファイル: OodleNative.cs プロジェクト: q4a/Wolven-kit
 public static extern int OodleLZ_Decompress(byte[] buffer, long bufferSize, byte[] outputBuffer, long outputBufferSize,
                                             OodleLZ_FuzzSafe fuzzSafetyFlag,
                                             OodleLZ_CheckCRC crcCheckFlag,
                                             OodleLZ_Verbosity logVerbosityFlag,
                                             uint d, uint e, uint f, uint g, uint h, uint i, OodleLZ_Decode threadModule);