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 IsBoundTo method verifies whether at least one binding path is activated between a network component and another specified network component.
Syntax
HRESULT IsBoundTo(
[in] INetCfgComponent *pnccItem
);
Parameters
- pnccItem [in]
Pointer to the INetCfgComponent interface for the network component that IsBoundTo uses to verify active binding paths.
Return value
Returns zero (S_OK) if successful, indicating that at least one binding path binds a network component to another specified network component, and returns S_FALSE if no binding paths bind a network component to another specified network component. Otherwise, returns NETCFG_* codes that are defined in Netcfgx.h.
Requirements
Target platform |
Desktop |
Header |
Netcfgx.h (include Netcfgx.h) |
See also