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.

31 lines
565 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. DTCommon.h
  5. Abstract:
  6. Common stuff for the Data Tranfer tests
  7. Author:
  8. Brian Wong (t-bwong) 27-Mar-96
  9. Revision History:
  10. --*/
  11. #ifndef _DTCOMMON_H
  12. #define _DTCOMMON_H
  13. extern const char *szFormatCantOpenTempFile;
  14. extern const char *szFormatCantOpenServFile;
  15. void PrintSysErrorStringA (DWORD dwWinErrCode);
  16. BOOL CreateTempFile (LPCTSTR pszPath,
  17. LPCTSTR pszPrefix,
  18. DWORD ulLength,
  19. LPTSTR pszFileName);
  20. #endif