Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the IIS types (IIS or IIS Express) that are installed on a computer.
Syntax
typedef enum
{
IIS_PRODUCT_OS_SERVICE=0,
IIS_PRODUCT_DEPRECATED=1,
IIS_PRODUCT_EXPRESS=2
} IIS_PRODUCT_TYPE;
Member Descriptions
IIS_PRODUCT_OS_SERVICE
. Full IIS product.IIS_PRODUCT_DEPRECATED
. Deprecated.IIS_PRODUCT_EXPRESS
. IIS Express.