Queries HTTP-specific information related to internet bind operations.
HRESULT QueryInfo(
DWORD dwOption, //Specifies info to query and modifying flags
LPVOID pBuffer, //Buffer that receives query results
DWORD *pcbBuf, //Pointer to the size of the given buffer
DWORD * pdwIndex, //Pointer to a zero-based index
DWORD dwReserved //Reserved, must be zero
);
[in, out] Reserved for future use. Must be set to zero.
The implementation of this method maps directly to the Windows Internet API, HttpQueryInfo.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.