NETCON_PROPERTIES structure (netcon.h)

[Internet Connection Firewall may be altered or unavailable in subsequent versions. Instead, use the Windows Firewall API.]

The NETCON_PROPERTIES structure stores values that describe the properties of a network connection.

Syntax

typedef struct tagNETCON_PROPERTIES {
  GUID             guidId;
  LPWSTR           pszwName;
  LPWSTR           pszwDeviceName;
  NETCON_STATUS    Status;
  NETCON_MEDIATYPE MediaType;
  DWORD            dwCharacter;
  CLSID            clsidThisObject;
  CLSID            clsidUiObject;
} NETCON_PROPERTIES;

Members

guidId

Globally-unique identifier (GUID) for this connection.

pszwName

Name of the connection itself.

pszwDeviceName

Name of the device associated with the connection.

Status

Current status of the connection.

MediaType

Media type associated with this connection.

dwCharacter

Characteristics for this connection.

clsidThisObject

Class identifier for the connection object.

clsidUiObject

Class identifier for the user-interface object.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server None supported
Header netcon.h

See also

INetConnection

Internet Connection Sharing and Internet Connection Firewall Reference

Internet Connection Sharing and Internet Connection Firewall Structures

NETCON_CHARACTERISTIC_FLAGS

NETCON_MEDIATYPE

NETCON_STATUS