Share via


IInetLogInformation::GetExtraHTTPHeaders

The IInetLogInformation::GetExtraHTTPHeaders method retrieves a null-delimited list of parameters requested by the logging module from the Web server.

virtual LPSTR STDMETHODCALLTYPE GetExtraHTTPHeaders(
      IN PCHAR pszHTTPHeaders,
      IN PDWORD pcbSize
);

Parameters

  • pszHTTPHeaders
    [in] The HTTP headers to be retrieved.

  • pcbSize
    [in] Size of the pszHTTPHeaders parameter.

Remarks

Logging modules should query for this method if a server instance has set the LogExtFileCookie, LogExtFileUserAgent, or LogExtFileReferer flags of the LogExtFileFlags metabase property.

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.

See Also