IInetLogInformation::GetComputerName

The IInetLogInformation::GetComputerName method obtains the name of the local computer.

virtual LPSTR STDMETHODCALLTYPE GetComputerName(

  IN PCHAR pszComputerName

  IN PDWORD pcbSize   

);

 

Parameters
pszComputerName
[in] Name of the computer whose activity the logging module is capturing.
pcbsize
[in] Size of the pszComputerName parameter.
Remarks

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

See Also

LogExtFileComputerName, LogExtFileFlags