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.
Defines constants that specify hints about the usage charge for a network connection.
Syntax
typedef enum _NL_NETWORK_CONNECTIVITY_COST_HINT {
NetworkConnectivityCostHintUnknown = 0,
NetworkConnectivityCostHintUnrestricted,
NetworkConnectivityCostHintFixed,
NetworkConnectivityCostHintVariable
} NL_NETWORK_CONNECTIVITY_COST_HINT;
Constants
NetworkConnectivityCostHintUnknownValue: 0 Specifies a hint that cost information is not available. |
NetworkConnectivityCostHintUnrestrictedSpecifies a hint that the connection is unlimited, and has unrestricted usage charges and capacity constraints. |
NetworkConnectivityCostHintFixedSpecifies a hint that the use of the connection is unrestricted up to a specific limit. |
NetworkConnectivityCostHintVariableSpecifies a hint that the connection is charged on a per-byte basis. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 2004 (10.0; Build 19041) |
| Minimum supported server | Windows Server, version 2004 (10.0; Build 19041) |
| Header | nldef.h (include iphlpapi.h) |