Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/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 |