mirror of https://github.com/lianthony/NT4.0
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
975 B
46 lines
975 B
// WARNING: This file has been manually propagated to
|
|
// server \\trango\slm\proj\inet\sweeper, project wininet.
|
|
|
|
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
svcnames.h
|
|
|
|
Abstract:
|
|
|
|
Contains GUIDs and names of the Internet services - Archie, FTP, gopher, and
|
|
Web (HTTP)
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 24-May-1995
|
|
|
|
Revision History:
|
|
|
|
24-May-1995 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
//
|
|
// service GUIDs (all NULL for now. Move GUIDs as created by Murali here)
|
|
//
|
|
|
|
#define INET_SERVICE_GUID_ARCHIE NULL
|
|
#define INET_SERVICE_GUID_FTP NULL
|
|
#define INET_SERVICE_GUID_GOPHER NULL
|
|
#define INET_SERVICE_GUID_WEB NULL
|
|
#define INET_SERVICE_GUID_CHAT NULL
|
|
|
|
//
|
|
// service names
|
|
//
|
|
|
|
#define INET_SERVICE_NAME_ARCHIE TEXT("archie")
|
|
#define INET_SERVICE_NAME_FTP TEXT("ftp")
|
|
#define INET_SERVICE_NAME_GOPHER TEXT("gopher")
|
|
#define INET_SERVICE_NAME_WEB TEXT("www")
|
|
#define INET_SERVICE_NAME_CHAT TEXT("chat")
|