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.

41 lines
1.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: O N C O M M A N D _ D B G . H
  7. //
  8. // Contents: Debug command handler header
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 23 Jul 1998
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _ONCOMMAND_DBG_H_
  16. #define _ONCOMMAND_DBG_H_
  17. // All of these below handle individual commands
  18. //
  19. HRESULT HrOnCommandDebugTracing(
  20. LPITEMIDLIST * apidl,
  21. ULONG cidl,
  22. HWND hwndOwner,
  23. LPSHELLFOLDER psf);
  24. HRESULT HrOnCommandDebugRefresh(
  25. LPITEMIDLIST * apidl,
  26. ULONG cidl,
  27. HWND hwndOwner,
  28. LPSHELLFOLDER psf);
  29. HRESULT HrOnCommandDebugTestAsyncFind(
  30. LPITEMIDLIST * apidl,
  31. ULONG cidl,
  32. HWND hwndOwner,
  33. LPSHELLFOLDER psf);
  34. #endif // _ONCOMMAND_DBG_H_