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.
 
 
 
 
 
 

31 lines
927 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1997.
//
// File: iissynid.h
//
// Contents: IIS syntax id
//
// Functions:
//
//----------------------------------------------------------------------------
#define IIS_SYNTAX_ID_DWORD 1
#define IIS_SYNTAX_ID_STRING 2
#define IIS_SYNTAX_ID_EXPANDSZ 3
#define IIS_SYNTAX_ID_MULTISZ 4
#define IIS_SYNTAX_ID_BINARY 5
#define IIS_SYNTAX_ID_BOOL 6
#define IIS_SYNTAX_ID_BOOL_BITMASK 7
#define IIS_SYNTAX_ID_MIMEMAP 8
#define IIS_SYNTAX_ID_IPSECLIST 9
#define IIS_SYNTAX_ID_NTACL 10
#define IIS_SYNTAX_ID_HTTPERRORS 11
#define IIS_SYNTAX_ID_HTTPHEADERS 12
//
// special type used for propertyobjprops[]
//
#define IIS_SYNTAX_ID_STRING_DWORD 13