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