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.
46 lines
1.3 KiB
46 lines
1.3 KiB
///////////////////////////////////////////////////////////////////////////
|
|
// File: WinHttpStressScheduler.h
|
|
//
|
|
// Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// Purpose:
|
|
// Global types and interfaces for the WinHttpStressScheduler project.
|
|
//
|
|
// History:
|
|
// 02/01/01 DennisCh Created
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
#if !defined INC__WINHTTPSTRESSSCHEDULER_H
|
|
#define INC__WINHTTPSTRESSSCHEDULER_H
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Constants
|
|
//////////////////////////////////////////////////////////////////////
|
|
#define _UNICODE
|
|
|
|
#define WINHTTP_STRESS_SCHEDULER__NAME "WinHttp stressScheduler"
|
|
#define WINHTTP_WINHTTP_HOME_URL "http://winhttp"
|
|
#define WINHTTP_STRESSADMIN_URL "http://hairball/stressAdmin/configure-client.asp"
|
|
|
|
// used to notify the tray icon
|
|
#define MYWM_NOTIFYICON (WM_APP+100)
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Includes
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
// WIN32 headers
|
|
//
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
|
|
//
|
|
// Project headers
|
|
//
|
|
#include "res\resource.h"
|
|
|
|
#endif // defined INC__WINHTTPSTRESSSCHEDULER_H
|