다음을 통해 공유


IWinInetInfo::QueryOption (Windows CE 5.0)

Send Feedback

This method retrieves the indicated Win32 Internet function option.

HRESULTQueryOption(DWORDdwOption,LPVOIDpBuffer,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 Values

Returns S_OK if successful or an error value otherwise.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.