Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 3.37 KB

File metadata and controls

45 lines (36 loc) · 3.37 KB
title IHttpModuleRegistrationInfo Interface
description Describes the IHttpModuleRegistrationInfo interface and details its syntax, methods, derived classes, remarks, and requirements.
ms.date 10/07/2016
ms.assetid 9104bb5a-ed5c-4584-605f-fd1d2a96ee07

IHttpModuleRegistrationInfo Interface

Retrieves and sets a module's registration information.

Syntax

class IHttpModuleRegistrationInfo  

Methods

The following table lists the methods exposed by the IHttpModuleRegistrationInfo interface.

Name Description
GetId Returns the unique identifier for the registered module.
GetName Retrieves the module name.
SetGlobalNotifications Registers the global-level notifications for a module.
SetPriorityForGlobalNotification Sets the global-level priority for a module.
SetPriorityForRequestNotification Sets the request-level priority for a module.
SetRequestNotifications Registers the request-level notifications for a module.

Derived Classes

This interface contains no derived classes.

Remarks

An IHttpModuleRegistrationInfo interface is created and passed to a module's exported RegisterModule function when the module is loaded by [!INCLUDEiisver]. This interface primarily defines the global-level and request-level priorities and notifications for a module.

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Httpserv.h

See Also

Web Server Core Interfaces
PFN_REGISTERMODULE Function