The moniker client calls this method to query for protocol-specific information about the bind operation.
HRESULT QueryOption(
DWORD dwOption, |
//Information requested |
LPVOID pBuffer, |
//Buffer to receive query results |
DWORD *pcbBuf |
//Pointer to size of buffer |
); |
Parameters
Return Values
Remarks
This method maps directly to the Windows Internet InternetQueryOption function.