ILogPlugin::GetConfig
The ILogPlugin::GetConfig method is a private method and is used only for compatibility reasons to support RPC-based server interfaces from previous releases of IIS.
virtual HRESULT STDMETHODCALLTYPE GetConfig(
IN DWORD cbSize,
PBYTE Log
);
Parameters
cbSize
The size of the log configuration object.Log
Points to the configuration information.
Remarks
This is a private interface method used by IIS 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.