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
);
This method maps directly to the Windows Internet InternetQueryOption function.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.