Skip to content

Latest commit

 

History

History
132 lines (112 loc) · 4.06 KB

ns-wininet-internet_connected_info.md

File metadata and controls

132 lines (112 loc) · 4.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wininet.INTERNET_CONNECTED_INFO
INTERNET_CONNECTED_INFO (wininet.h)
Contains the information to set the global online/offline state.
*LPINTERNET_CONNECTED_INFO
INTERNET_CONNECTED_INFO
INTERNET_CONNECTED_INFO structure [WinINet]
INTERNET_STATE_BUSY
INTERNET_STATE_CONNECTED
INTERNET_STATE_DISCONNECTED
INTERNET_STATE_DISCONNECTED_BY_USER
INTERNET_STATE_IDLE
LPINTERNET_CONNECTED_INFO
LPINTERNET_CONNECTED_INFO structure pointer [WinINet]
_inet_internet_connected_info_structure
wininet.internet_connected_info
wininet/ LPINTERNET_CONNECTED_INFO
wininet/INTERNET_CONNECTED_INFO
wininet\internet_connected_info.htm
wininet
585dbacb-33b1-4655-9ae3-5dacf30a70da
12/05/2018
*LPINTERNET_CONNECTED_INFO, INTERNET_CONNECTED_INFO, INTERNET_CONNECTED_INFO structure [WinINet], INTERNET_STATE_BUSY, INTERNET_STATE_CONNECTED, INTERNET_STATE_DISCONNECTED, INTERNET_STATE_DISCONNECTED_BY_USER, INTERNET_STATE_IDLE, LPINTERNET_CONNECTED_INFO, LPINTERNET_CONNECTED_INFO structure pointer [WinINet], _inet_internet_connected_info_structure, wininet.internet_connected_info, wininet/ LPINTERNET_CONNECTED_INFO, wininet/INTERNET_CONNECTED_INFO
wininet.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
INTERNET_CONNECTED_INFO, *LPINTERNET_CONNECTED_INFO
19H1
LPINTERNET_CONNECTED_INFO
wininet/LPINTERNET_CONNECTED_INFO
INTERNET_CONNECTED_INFO
wininet/INTERNET_CONNECTED_INFO
c++
APIRef
kbSyntax
HeaderDef
Wininet.h
INTERNET_CONNECTED_INFO

INTERNET_CONNECTED_INFO structure

-description

Contains the information to set the global online/offline state.

-struct-fields

-field dwConnectedState

State information. This member can be one of the following values.

Value Meaning
INTERNET_STATE_CONNECTED
Connected to network. Replaces INTERNET_STATE_ONLINE.
INTERNET_STATE_DISCONNECTED
Disconnected from network. Replaces INTERNET_STATE_OFFLINE.
INTERNET_STATE_DISCONNECTED_BY_USER
Disconnected by user request. Replaces INTERNET_STATE_OFFLINE_USER.
INTERNET_STATE_IDLE
No network requests are being made.
INTERNET_STATE_BUSY
Network requests are being made.

-field dwFlags

Controls the transition between states. This member can be ISO_FORCE_DISCONNECTED, which puts WinINet into offline mode. All outstanding requests will be aborted with a canceled error.

-remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
 

-see-also

InternetSetOption