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.
© 1997 by Microsoft Corporation. All rights reserved.