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.

22 lines
397 B

  1. /*
  2. * TREEWALK.h -- Shell Icon Overlay Manager
  3. */
  4. #ifndef _TREEWALK_H_
  5. #define _TREEWALK_H_
  6. //
  7. // Prototypes for all modules
  8. //
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. STDAPI CShellTreeWalker_CreateInstance(IUnknown* pUnkOuter, REFIID riid, OUT LPVOID * ppvOut);
  13. #ifdef __cplusplus
  14. };
  15. #endif
  16. BOOL BeenThereDoneThat(LPCTSTR pszOriginal, LPCTSTR pszPath);
  17. #endif