Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 4 Sep 2001 08:37:25 +1000
Message-Id: <200109032237.IAA16488@turing.une.edu.au>
X-Authentication-Warning: turing.une.edu.au: iam set sender to iam@turing.une.edu.au using -f
From: "Ian A. Mason" <iam@turing.une.edu.au>
To: cygwin@cygwin.com
Cc: cygwin@cygwin.com
Subject: Re: InternetGetConnectedState
Reply-To: iam@turing.une.edu.au
References: <200109030541.PAA08108@turing.une.edu.au> <20010903023325.A935@redhat.com> <200109031122.VAA13030@turing.une.edu.au> <20010903110850.C2024@redhat.com>


Christopher,
Here are links:



http://sources.redhat.com/ml/cygwin/1999-05/msg00003.html

http://sources.redhat.com/ml/cygwin/1999-10/msg00512.html


to the two messages I was thinking about.
In particular the second message has a link to 

http://www.acc.umu.se/~anorland/gnu-win32/w32api.html

which itself has links (to a more recent version). 

And indeed in the former: 

chipotle.w32api-0.1.5> rgrep -r InternetGet *
include/wininet.h:BOOL WINAPI InternetGetLastResponseInfoA(PDWORD,LPSTR,PDWORD);
include/wininet.h:BOOL WINAPI InternetGetLastResponseInfoW(PDWORD,LPWSTR,PDWORD);
include/wininet.h:BOOL WINAPI InternetGetCookieA(LPCSTR,LPCSTR,LPSTR,PDWORD);
include/wininet.h:BOOL WINAPI InternetGetCookieW(LPCSTR,LPCWSTR,LPWSTR,PDWORD);
include/wininet.h:#define InternetGetLastResponseInfo InternetGetLastResponseInfoW
include/wininet.h:#define InternetGetCookie InternetGetCookieW
include/wininet.h:#define InternetGetLastResponseInfo InternetGetLastResponseInfoA
include/wininet.h:#define InternetGetCookie InternetGetCookieA
lib/wininet.def:InternetGetCertByURL
lib/wininet.def:InternetGetConnectedState
lib/wininet.def:InternetGetCookieA@16
lib/wininet.def:InternetGetCookieW@16
lib/wininet.def:InternetGetLastResponseInfoA@12
lib/wininet.def:InternetGetLastResponseInfoW@12
chipotle.w32api-0.1.5> 

-- 
	Dr Ian A. Mason.
        Convener and Postgraduate Coordinator
        Computer Science Division
	School of Mathematical & Computer Sciences
	University of New England
	Armidale    2351
	N.S.W  
	Australia

	phone:  +61 (0)2 6773 2327 
	fax:    +61 (0)2 6773 3312 
	iam@turing.une.edu.au
        http://mcs.une.edu.au/~iam/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

