Source code of Windows XP (NT5)
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.

47 lines
716 B

  1. #ifndef _SHIMWHISTLER_H
  2. #define _SHIMWHISTLER_H
  3. #include "qfixapp.h"
  4. PFIX
  5. ReadFixesFromSdb(
  6. LPTSTR pszSdb,
  7. BOOL bAllShims
  8. );
  9. #define CFF_APPENDLAYER 0x00000001
  10. #define CFF_SHOWXML 0x00000002
  11. #define CFF_SHIMLOG 0x00000004
  12. #define CFF_USELAYERTAB 0x00000008
  13. #define CFF_ADDW2KSUPPORT 0x00000020
  14. BOOL
  15. CollectFix(
  16. HWND hListLayers,
  17. HWND hTreeShims,
  18. HWND hTreeFiles,
  19. LPCTSTR pszShortName,
  20. LPCTSTR pszFullPath,
  21. DWORD dwFlags,
  22. LPTSTR pszFileCreated
  23. );
  24. void
  25. CleanupSupportForApp(
  26. TCHAR* pszShortName
  27. );
  28. void
  29. ShowShimLog(
  30. void
  31. );
  32. BOOL
  33. IsSDBFromSP2(
  34. void
  35. );
  36. #endif // _SHIMWHISTLER_H