ILogPlugin::InitializeLog

The ILogPlugin::InitializeLog method initializes a plug-in module for a particular virtual server. The plug-in module reads configuration data from the key specified in the MetabasePath parameter.

virtual HRESULT STDMETHODCALLTYPE InitializeLog(

  IN LPCSTR InstanceName//identifies the relevant virtual

         // directory

  IN LPCSTR MetabasePath//search path for the metabase key

  IN PCHAR pvIMDCOM    //pointer to a handle to the metabase COM

         // object.

);

 

Parameters
InstanceName
[in] Identifies the virtual directory that will send log objects to the logging module.
MetabasePath
[in] Specifies the metabase path for the logging key.
PvIMDCOM
[in] Provides a pointer to a handle for manipulating the metabase.
See Also

IIsLogModule