Windows SDK API Reference
Loading...
Searching...
No Matches
tagOverallStatisticInfo Struct Reference

Notify overall statistic information. Here are more detailed structural descriptions. More...

#include <setting_service_interface.h>

Public Member Functions

 tagOverallStatisticInfo ()
 

Data Fields

SettingsNetWorkType net_work_type_
 Network type. More...
 
SettingConnectionType connection_type_
 Connection type. More...
 
const wchar_t * proxy_addr_
 Proxy address. More...
 

Detailed Description

Notify overall statistic information. Here are more detailed structural descriptions.

Definition at line 1294 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ tagOverallStatisticInfo()

tagOverallStatisticInfo::tagOverallStatisticInfo ( )
inline

Definition at line 1299 of file setting_service_interface.h.

1300 {
1303 proxy_addr_ = NULL;
1304 }
@ SETTINGS_CONNECTION_TYPE_UNKNOWN
Unknown connection.
@ SETTINGS_NETWORK_UNKNOWN
Unknown network.
SettingsNetWorkType net_work_type_
Network type.
const wchar_t * proxy_addr_
Proxy address.
SettingConnectionType connection_type_
Connection type.

References connection_type_, net_work_type_, proxy_addr_, SETTINGS_CONNECTION_TYPE_UNKNOWN, and SETTINGS_NETWORK_UNKNOWN.

Field Documentation

◆ connection_type_

SettingConnectionType tagOverallStatisticInfo::connection_type_

Connection type.

Definition at line 1297 of file setting_service_interface.h.

Referenced by tagOverallStatisticInfo().

◆ net_work_type_

SettingsNetWorkType tagOverallStatisticInfo::net_work_type_

Network type.

Definition at line 1296 of file setting_service_interface.h.

Referenced by tagOverallStatisticInfo().

◆ proxy_addr_

const wchar_t* tagOverallStatisticInfo::proxy_addr_

Proxy address.

Definition at line 1298 of file setting_service_interface.h.

Referenced by tagOverallStatisticInfo().