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