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.

49 lines
678 B

  1. #include "shellpch.h"
  2. #pragma hdrstop
  3. #include <lzexpand.h>
  4. static
  5. VOID
  6. APIENTRY
  7. LZClose (
  8. INT oLZFile
  9. )
  10. {
  11. }
  12. static
  13. LONG
  14. APIENTRY
  15. LZCopy (
  16. INT doshSource,
  17. INT doshDest
  18. )
  19. {
  20. return LZERROR_BADINHANDLE;
  21. }
  22. static
  23. INT
  24. APIENTRY
  25. LZOpenFileW (
  26. LPWSTR lpFileName,
  27. LPOFSTRUCT lpReOpenBuf,
  28. WORD wStyle
  29. )
  30. {
  31. return LZERROR_BADINHANDLE;
  32. }
  33. //
  34. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  35. //
  36. DEFINE_PROCNAME_ENTRIES(lz32)
  37. {
  38. DLPENTRY(LZClose)
  39. DLPENTRY(LZCopy)
  40. DLPENTRY(LZOpenFileW)
  41. };
  42. DEFINE_PROCNAME_MAP(lz32)