Share via


INetCfgBindingPath::EnumBindingInterfaces method

The EnumBindingInterfaces method retrieves an enumeration of a collection of binding interfaces contained in a binding path.

Syntax

HRESULT EnumBindingInterfaces(
  [out, optional] IEnumNetCfgBindingInterface **ppenumInterface
);

Parameters

Return value

Returns zero (S_OK) if successful; otherwise, returns NETCFG_* codes that are defined in Netcfgx.h. If the returned pointer points to NULL, EnumBindingInterfaces returns E_POINTER.

Remarks

The IEnumNetCfgBindingInterface interface is a standard COM enumerator. To locate more information about COM enumerators and their methods, see the IEnum XXXX topic in the Microsoft Windows SDK.

Requirements

Target platform

Desktop

Header

Netcfgx.h (include Netcfgx.h)

See also

IEnumNetCfgBindingInterface

INetCfgBindingInterface

 

 

Send comments about this topic to Microsoft