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.

34 lines
656 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. spxinfo.h
  5. Abstract:
  6. Common constants, etc, for SPX service location
  7. Author:
  8. Richard L Firth (rfirth) 18-Sep-1995
  9. Revision History:
  10. 18-Sep-1995 rfirth
  11. Created
  12. --*/
  13. #if !defined(_SPXINFO_)
  14. #define _SPXINFO_
  15. #define INTERNET_SERVICE_SAP_ID 0x64e
  16. #define GATEWAY_SERVER_SECURITY_NAME "GatewayServerApp"
  17. #define GATEWAY_SERVER_SECURITY L"GatewayServerApp"
  18. #define GATEWAY_SERVER_SECURITY_AUTH_ID 10
  19. #define GATEWAY_SERVER_PORT_TEXT "47"
  20. #define GATEWAY_SERVER_PORT L"47"
  21. #endif // _SPXINFO_
  22.