InternetSetOption Function
InternetSetOption Function

Sets an Internet option.

Syntax

BOOL InternetSetOption(
  __in  HINTERNET hInternet,
  __in  DWORD dwOption,
  __in  LPVOID lpBuffer,
  __in  DWORD dwBufferLength
);


Parameters

hInternet [in]

Handle on which to set information.

dwOption [in]

Internet option to be set. This can be one of the Option Flags values.

lpBuffer [in]

Pointer to a buffer that contains the option setting.

dwBufferLength [in]

Size of the lpBuffer buffer. If lpBuffer contains a string, the size is in TCHARs. If lpBuffer contains anything other than a string, the size is in bytes.

Return Value

Returns TRUE if successful, or FALSE otherwise. To get a specific error message, call GetLastError.

Remarks

GetLastError will return the error ERROR_INVALID_PARAMETER if an option flag that cannot be set is specified.

For more information, see Setting and Retrieving Internet Options.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
VersionInternet Explorer 3.0 or later
HeaderWininet.h
LibraryWininet.lib
DLLWininet.dll
Unicode and ANSI namesInternetSetOptionW (Unicode) and InternetSetOptionA (ANSI)

See Also

Common Functions
WinINet Functions
FtpGetFile
FtpPutFile
InternetConnect
InternetOpen
InternetQueryOption

Send comments about this topic to Microsoft

Build date: 11/19/2009

Community Content

InternetSetOptions
Added by:lwj0
I could not get this sample to work. I ran the sample code and even though InternetSetOptions returned a value of bReturn == 1 (i.e. it indicates it ran sucessfully) a subsequent query confirmed that no parameters were changed. Is this the only way to enable/disable Internet Explorer proxy programmatically?
© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View