| title | IGlobalConfigurationChangeProvider Interface |
|---|---|
| description | IGlobalConfigurationChangeProvider Interface provides a global-level interface for GL_CONFIGURATION_CHANGE notifications. |
| ms.date | 10/07/2016 |
| ms.assetid | c919ff1f-d592-f8ec-f2a5-f644eb0f7e7a |
Provides a global-level interface for GL_CONFIGURATION_CHANGE notifications.
class IGlobalConfigurationChangeProvider : public IHttpEventProvider The following table lists the methods exposed by the IGlobalConfigurationChangeProvider interface.
| Name | Description |
|---|---|
| GetChangePath | Returns the path of a configuration change. |
| SetErrorStatus | (Inherited from IHttpEventProvider.) |
This interface contains no derived classes.
An IGlobalConfigurationChangeProvider interface is created and passed to a module's CGlobalModule::OnGlobalConfigurationChange method when the module has registered for the GL_CONFIGURATION_CHANGE notification in the module's exported RegisterModule function.
IGlobalConfigurationChangeProvider
| 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 |
Web Server Core Interfaces
CGlobalModule::OnGlobalConfigurationChange Method
IHttpEventProvider Interface
PFN_REGISTERMODULE Function