INetCfgComponentBindings::UnbindFrom method
The UnbindFrom method inactivates all binding paths that a network component shares with another specified network component.
Syntax
HRESULT UnbindFrom(
[in] INetCfgComponent *pnccItem
);
Parameters
- pnccItem [in]
Pointer to the INetCfgComponent interface for the network component that UnbindFrom uses to inactivate binding paths.
Return value
Returns zero (S_OK) if successful; otherwise, returns NETCFG_* codes that are defined in Netcfgx.h.
Requirements
Target platform |
Desktop |
Header |
Netcfgx.h (include Netcfgx.h) |
See also