Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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