WCM_CONNECTION_COST_DATA structure (wcmapi.h)
The WCM_CONNECTION_COST_DATA structure specifies information about a connection cost.
Syntax
typedef struct _WCM_CONNECTION_COST_DATA {
DWORD ConnectionCost;
WCM_CONNECTION_COST_SOURCE CostSource;
} WCM_CONNECTION_COST_DATA, *PWCM_CONNECTION_COST_DATA;
Members
ConnectionCost
Type: DWORD
Specifies the connection cost type.
This must include one (and only one) of the following flags:
And may include any combination of the following flags:
CostSource
Type: WCM_CONNECTION_COST_SOURCE
Specifies the cost source.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wcmapi.h |