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 IsSubPathOf method verifies if this binding path is a subpathof the specified binding path.
Syntax
HRESULT IsSubPathOf(
[in] INetCfgBindingPath *pPath
);
Parameters
- pPath [in]
Pointer to the INetCfgBindingPath interface of the binding path that is used to verify if this binding path is a subpath.
Return value
Returns zero (S_OK) if successful, indicating that this binding path is a subpath of the specified binding path, and returns S_FALSE if this binding path is not a subpath of the specified binding path. Otherwise, returns NETCFG_* codes that are defined in Netcfgx.h. If the specified binding path is NULL, IsSubPathOf returns E_POINTER.
Requirements
Target platform |
Desktop |
Header |
Netcfgx.h (include Netcfgx.h) |
See also