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.

21 lines
721 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Scheduling Agent Service
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  7. //
  8. // File: path.hxx
  9. //
  10. // Contents: Definitions of functions to manipulate file path strings
  11. //
  12. // History: 02-Jul-96 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. // PathIsExe is a function defined in a header elsewhere; rename this one so it doesn't collide with the other
  16. #define PathIsExe SAPathIsExe
  17. BOOL OnExtList(LPCWSTR pszExtList, LPCWSTR pszExt);
  18. BOOL WINAPI PathIsBinaryExe(LPCWSTR szFile);
  19. BOOL WINAPI PathIsExe(LPCWSTR szFile);