This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: InternetGetConnectedState
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/