IInetLogInformation::GetSiteName

The IInetLogInformation::GetSiteName method obtains the name of the server instance that is being logged.

virtual LPSTR STDMETHODCALLTYPE GetSiteName(

  IN PCHAR pszSiteName

  IN PDWORD pcbSize

);

 

Parameters
pszSiteName
[in] Name of the virtual directory whose activity the logging module is capturing.
pcbsize
[in] Size of the pszSiteName parameter.
Remarks

Logging modules should query for this method if a server instance has set the LogExtFileSiteName flag of the LogExtFileFlags metabase identifier.

See Also

LogExtFileSiteName, LogExtFileFlags