ILogUIPlugin

The ILogUIPlugin COM interface allows IIS to configure the logging user interface module that you have created or selected for use with your custom logging module. ILogUIPlugin 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

OnProperties

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

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

Header: Declared in ilogobj.hxx.

See Also

Concepts

ILogUIPlugin2