.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH InternetCheckConnectionW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBInternetCheckConnectionW\fR (WININET.@) .SH SYNOPSIS BOOL InternetCheckConnectionW ( LPCWSTR \fIlpszUrl\fR, DWORD \fIdwFlags\fR, DWORD \fIdwReserved\fR ) .SH DESCRIPTION .PP Pings a requested host to check internet connection. .SH RETURNS .PP \fBTRUE\fR on success and \fBFALSE\fR on failure. If a failure then \fBERROR_NOT_CONNECTED\fR is placed into GetLastError .SH IMPLEMENTATION .PP Declared in \fB"wininet.h"\fR. .PP Implemented in \fB"dlls/wininet/internet.c"\fR. .PP Debug channel \fB"wininet"\fR.