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.

45 lines
1.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // File: WinHttpStressScheduler.h
  3. //
  4. // Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // Purpose:
  7. // Global types and interfaces for the WinHttpStressScheduler project.
  8. //
  9. // History:
  10. // 02/01/01 DennisCh Created
  11. ///////////////////////////////////////////////////////////////////////////
  12. #if !defined INC__WINHTTPSTRESSSCHEDULER_H
  13. #define INC__WINHTTPSTRESSSCHEDULER_H
  14. //////////////////////////////////////////////////////////////////////
  15. // Constants
  16. //////////////////////////////////////////////////////////////////////
  17. #define _UNICODE
  18. #define WINHTTP_STRESS_SCHEDULER__NAME "WinHttp stressScheduler"
  19. #define WINHTTP_WINHTTP_HOME_URL "http://winhttp"
  20. #define WINHTTP_STRESSADMIN_URL "http://hairball/stressAdmin/configure-client.asp"
  21. // used to notify the tray icon
  22. #define MYWM_NOTIFYICON (WM_APP+100)
  23. //////////////////////////////////////////////////////////////////////
  24. // Includes
  25. //////////////////////////////////////////////////////////////////////
  26. //
  27. // WIN32 headers
  28. //
  29. #include <windows.h>
  30. #include <tchar.h>
  31. //
  32. // Project headers
  33. //
  34. #include "res\resource.h"
  35. #endif // defined INC__WINHTTPSTRESSSCHEDULER_H