Share via


ILogUIPlugin2

The ILogUIPlugin2 COM interface allows IIS to configure the logging user interface module that you have created or selected for use with your custom logging module. ILogUIPlugin2 inherits from the COM IUnknown interface, and defines one unique method.

Note

The ILogUIPlugin2 interface replaces the ILogUIPlugin interface on IIS 6.0 and later.

Methods in Vtable Order

The ILogUIPlugin interface inherits the methods of the standard COM interface IUnknown.

The ILogUIPlugin interface defines the following method.

Method

Description

OnPropertiesEx

Invoked when an administrator accesses the properties associated with your custom logging module

All interface, function, and data structure definitions are provided in the header file ilogobj.hxx.

Requirements

Server: Requires Windows Server 2003.

Product: IIS

Header: Declared in ilogobj.hxx.

See Also

Concepts

ILogUIPlugin