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 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