Windows SDK API 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... | |
Notify overall statistic information. Here are more detailed structural descriptions.
Definition at line 1294 of file setting_service_interface.h.
|
inline |
Definition at line 1299 of file setting_service_interface.h.
References connection_type_, net_work_type_, proxy_addr_, SETTINGS_CONNECTION_TYPE_UNKNOWN, and SETTINGS_NETWORK_UNKNOWN.
SettingConnectionType tagOverallStatisticInfo::connection_type_ |
Connection type.
Definition at line 1297 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().
SettingsNetWorkType tagOverallStatisticInfo::net_work_type_ |
Network type.
Definition at line 1296 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().
const wchar_t* tagOverallStatisticInfo::proxy_addr_ |
Proxy address.
Definition at line 1298 of file setting_service_interface.h.
Referenced by tagOverallStatisticInfo().