Share via


IInetLogInformation::GetVersionString

The IInetLogInformation::GetVersionString method captures which version of HTTP was used for the request that generated the log event.

virtual LPSTR STDMETHODCALLTYPE GetVersionString(
      IN PCHAR pszVersionString,
      IN PDWORD pcbSize
);

Parameters

  • pszVersionString
    [in] The string that indicates which version of HTTP was used for the request.

  • pcbSize
    [in] Size of the pszVersionString parameter.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

Header: Declared in ilogobj.hxx.