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.

42 lines
1.3 KiB

  1. //============================================================================
  2. // Copyright (C) Microsoft Corporation, 1996 - 1999
  3. //
  4. // File: globals.h
  5. //
  6. // History:
  7. // Abolade Gbadegesin Feb-11-1996 Created.
  8. //
  9. // Contains declarations of global constants.
  10. //============================================================================
  11. //
  12. // Global strings defined in globals.cpp
  13. //
  14. extern const TCHAR c_szConfigDLL[];
  15. extern const TCHAR c_szCurrentVersion[];
  16. extern const TCHAR c_szDLLName[];
  17. extern const TCHAR c_szDLLPath[];
  18. extern const TCHAR c_szNetworkCardsKey[];
  19. extern const TCHAR c_szProtocolId[];
  20. extern const TCHAR c_szRouterManagersKey[];
  21. extern const TCHAR c_szRouterPbk[];
  22. extern const TCHAR c_szServiceName[];
  23. extern BYTE * g_pIpIfStatusDefault;
  24. extern BYTE * g_pRtrDiscLanDefault;
  25. extern BYTE * g_pRtrDiscWanDefault;
  26. extern BYTE * g_pIpIfMulticastHeartbeatDefault;
  27. extern BYTE * g_pIpxRipInterfaceDefault;
  28. extern BYTE * g_pIpxRipLanInterfaceDefault;
  29. extern BYTE * g_pIpxSapInterfaceDefault;
  30. extern BYTE * g_pIpxSapLanInterfaceDefault;
  31. extern BYTE * g_pAutoDhcpGlobalDefault;
  32. extern BYTE * g_pDnsProxyGlobalDefault;
  33. extern BYTE* g_pH323GlobalDefault;
  34. extern BYTE* g_pAlgGlobalDefault;