Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
260 B

  1. INT
  2. DiamondCompressFile(
  3. IN NOTIFYPROC CompressNotify,
  4. IN PSTR SourceFile,
  5. IN PSTR TargetFile,
  6. IN BOOL Rename,
  7. OUT PLZINFO pLZI
  8. );
  9. extern TCOMP DiamondCompressionType; // 0 if not diamond (ie, LZ)