//+---------------------------------------------------------------------------
//
//  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

