From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ian A. Mason" To: cygwin@cygwin.com Cc: cygwin@cygwin.com Subject: Re: InternetGetConnectedState Date: Mon, 03 Sep 2001 15:37:00 -0000 Message-id: <200109032237.IAA16488@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> X-SW-Source: 2001-09/msg00077.html 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/