INetCfgBindingPath::IsEnabled method
The IsEnabled method retrieves the current state of a binding path.
Syntax
HRESULT IsEnabled(
void
);
Parameters
- **
None
Return value
Returns zero (S_OK) if successful, indicating that the binding path is enabled, and returns S_FALSE if the binding path is disabled. Otherwise, returns NETCFG_* codes that are defined in Netcfgx.h. Returns NETCFG_E_NOT_INITIALIZED if the binding path has not been initialized.
Requirements
Target platform |
Desktop |
Header |
Netcfgx.h (include Netcfgx.h) |