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
864 B

//+----------------------------------------------------------------------------
//
// File: SaConst.h
//
// Module: Server Appliance
//
// Synopsis: Define const values that are shared by multiple sub projects
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
// Author: fengsun Created 10/7/98
//
//+----------------------------------------------------------------------------
#ifndef _SACONST_H_
#define _SACONST_H_
//
// The registry key root under HKEY_LOCAL_MACHINE
//
#define REGKEY_SERVER_APPLIANCE TEXT("SOFTWARE\\Microsoft\\ServerAppliance")
//
// The ServiceDirectory sub key
//
#define REGKEY_SERVICE_DIRECTORY REGKEY_SERVER_APPLIANCE TEXT("\\ServiceDirectory")
//
// The user name for IIS anonymous account
//
#define INET_ANONYMOUS_USERNAME TEXT("IUSR_CHAMELEON")
#endif