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 |
); |
Parameters
[in, out] Reserved for future use. Must be set to zero.
Return Values
Remarks
The implementation of this method maps directly to the Windows Internet API, HttpQueryInfo.