Skip to content

Instantly share code, notes, and snippets.

@scola
scola / ieSetAutoProxyURL.cpp
Created October 1, 2014 03:25
set auto proxy url for IE or windows system proxy
#include "stdio.h"
#include "windows.h"
#include "wininet.h"
#pragma comment(lib, "wininet.lib")
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
LPWSTR *szArgList;
int argCount;
szArgList = CommandLineToArgvW(GetCommandLine(), &argCount);