Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ppenumInterface [out, optional]
Pointer to a buffer that receives a pointer to the IEnumNetCfgBindingInterface interface. IEnumNetCfgBindingInterface enumerates the INetCfgBindingInterface interfaces that are contained in a binding path.
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