ILogPlugin::SetConfig

The ILogPlugin::SetConfig method is a private interface and is used only for compatibility reasons to support RPC-based server interfaces from previous releases of IIS.

virtual HRESULT STDMETHODCALLTYPE SetConfig(
      DWORD cbSize,
      PBYTE Log
);

Parameters

  • cbSize
    [in] The size of the log configuration object.

  • Log
    Points to the configuration information.

Remarks

This is a private interface method that IIS uses when it calls the built-in logging modules. Custom logging modules should return FALSE when this method is called.

Requirements

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

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

Product: IIS

Header: Declared in ilogobj.hxx.

See Also