Share via


IWinInetInfo::QueryOption

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method retrieves the indicated Win32 Internet function option.

Syntax

HRESULT QueryOption(
  DWORD dwOption,
  LPVOID pBuffer,
  DWORD* pcbBuf
);

Parameters

  • dwOption
    [in] Unsigned long integer value that indicates the option to retrieve. This can be one of the Option Flags values.
  • pBuffer
    [in, out] Address of the buffer where the information will be stored.
  • pcbBuf
    [in, out] Address of an unsigned long integer value that contains the size of the buffer.

Return Value

Returns S_OK if successful or an error value otherwise.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later