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.

76 lines
1.9 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. vars.h
  5. Abstract:
  6. This module contains
  7. Author:
  8. Dan Knudson (DanKn) 18-Sep-1995
  9. Revision History:
  10. Notes:
  11. --*/
  12. extern char szTab[];
  13. extern char szdwSize[];
  14. extern char szhdLine[];
  15. extern char szCallUp[];
  16. extern char szEspTsp[];
  17. extern char szhdCall[];
  18. extern char szhdPhone[];
  19. extern char szProvider[];
  20. extern WCHAR szESPUIDLL[];
  21. extern char szhwndOwner[];
  22. extern char szMySection[];
  23. extern char szProviders[];
  24. extern char szdwDeviceID[];
  25. extern char szProviderID[];
  26. extern char szdwRequestID[];
  27. extern char szTelephonIni[];
  28. extern char szlpCallParams[];
  29. extern char szNumProviders[];
  30. extern char szNextProviderID[];
  31. extern char szProviderFilename[];
  32. extern char szdwPermanentProviderID[];
  33. #if DBG
  34. extern DWORD gdwDebugLevel;
  35. #endif
  36. extern HANDLE ghInstance;
  37. extern HANDLE ghDebugOutputEvent;
  38. extern HANDLE ghShutdownEvent;
  39. extern HANDLE ghWidgetEventsEvent;
  40. extern LOOKUP aAddressStates[];
  41. extern LOOKUP aBearerModes[];
  42. extern LOOKUP aButtonModes[];
  43. extern LOOKUP aButtonStates[];
  44. extern LOOKUP aCallInfoStates[];
  45. extern LOOKUP aCallSelects[];
  46. extern LOOKUP aCallStates[];
  47. extern LOOKUP aDigitModes[];
  48. extern LOOKUP aHookSwitchDevs[];
  49. extern LOOKUP aHookSwitchModes[];
  50. extern LOOKUP aLampModes[];
  51. extern LOOKUP aLineStates[];
  52. extern LOOKUP aMediaModes[];
  53. extern LOOKUP aPhoneStates[];
  54. extern LOOKUP aTerminalModes[];
  55. extern LOOKUP aToneModes[];
  56. extern LOOKUP aTransferModes[];
  57. extern LOOKUP aLineErrs[];
  58. extern LOOKUP aPhoneErrs[];
  59. extern ESPGLOBALS gESPGlobals;