IEnumNetSharingPrivateConnection interface (netcon.h)

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

The IEnumNetSharingPrivateConnection interface provides methods for enumerating the currently configured privately-shared connections.

Inheritance

The IEnumNetSharingPrivateConnection interface inherits from the IUnknown interface. IEnumNetSharingPrivateConnection also has these types of members:

Methods

The IEnumNetSharingPrivateConnection interface has these methods.

 
IEnumNetSharingPrivateConnection::Clone

The Clone method creates a new enumeration interface from this enumeration. (IEnumNetSharingPrivateConnection.Clone)
IEnumNetSharingPrivateConnection::Next

The Next method retrieves the specified number of privately-shared connections that start from the current enumeration position. (IEnumNetSharingPrivateConnection.Next)
IEnumNetSharingPrivateConnection::Reset

The Reset method causes subsequent enumeration calls to operate from the beginning of the enumeration. (IEnumNetSharingPrivateConnection.Reset)
IEnumNetSharingPrivateConnection::Skip

The Skip method skips the specified number of privately-shared connections for this enumeration. (IEnumNetSharingPrivateConnection.Skip)

Requirements

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

See also

IEnumVARIANT

Internet Connection Sharing and Internet Connection Firewall Interfaces

Internet Connection Sharing and Internet Connection Firewall Reference