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.

35 lines
402 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. utils.h
  5. Abstract:
  6. Declares various function.
  7. Author:
  8. Calin Negreanu (calinn) 01/20/1999
  9. Revision History:
  10. --*/
  11. #pragma once
  12. #include <windows.h>
  13. #include <winnt.h>
  14. BOOL
  15. ShIsPatternMatch (
  16. IN PCTSTR wstrPattern,
  17. IN PCTSTR wstrStr
  18. );
  19. PCTSTR
  20. ShGetFileNameFromPath (
  21. IN PCTSTR PathSpec
  22. );