Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT 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 AT turing DOT une DOT edu DOT au using -f From: "Ian A. Mason" To: cygwin AT cygwin DOT com Cc: cygwin AT cygwin DOT com Subject: Re: InternetGetConnectedState Reply-To: iam AT turing DOT une DOT edu DOT au References: <200109030541 DOT PAA08108 AT turing DOT une DOT edu DOT au> <20010903023325 DOT A935 AT redhat DOT com> <200109031122 DOT VAA13030 AT turing DOT une DOT edu DOT au> <20010903110850 DOT C2024 AT redhat DOT 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 AT 16 lib/wininet.def:InternetGetCookieW AT 16 lib/wininet.def:InternetGetLastResponseInfoA AT 12 lib/wininet.def:InternetGetLastResponseInfoW AT 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 AT turing DOT une DOT edu DOT 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/