IInetLogInformation::GetClientHostName

The IInetLogInformation::GetClientHostName method obtains the IP address of the client.

virtual LPSTR STDMETHODCALLTYPE GetClientHostName(

  IN PCHAR pszClientHostName

  IN PDWORD pcbSize   

);

 

Parameters
pszClientHostName
[in] Name of the computer that sent the request that triggered the logged event.
pcbsize
[in] Size of the pszClientHostName parameter.
Remarks

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

See Also

LogExtFileClientIp, LogExtFileFlags