windows-nt/Source/XPSP1/NT/inetsrv/iis/admin/adsi/adsiis/iissynid.h
2020-09-26 16:20:57 +08:00

32 lines
896 B
C

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