Skip to content

Instantly share code, notes, and snippets.

@wangchyz
wangchyz / gist:b81b2be8bbe13a96571a04c4fb115ebf
Created August 29, 2016 05:44 — forked from kuboon/gist:50495
GetProxyForUrl.cpp
/**
@file 現在のOSのProxy設定を読み取る
*/
#include "StdAfx.h"
#include <Winhttp.h>
#pragma comment(lib, "Winhttp.lib")
#include <shlwapi.h>
#pragma comment(lib, "shlwapi.lib")