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 MD_EXTLOG_SITE_NAME flag of the MD_LOGEXT_FIELD_MASK metabase identifier.

See Also

LogExtFileSiteName, MD_LOGEXT_FIELD_MASK


© 1997 by Microsoft Corporation. All rights reserved.