WCM_CONNECTION_COST_SOURCE enumeration (wcmapi.h)

The WCM_CONNECTION_COST_SOURCE enumerated type specifies the source that provides connection cost information.

Syntax

typedef enum _WCM_CONNECTION_COST_SOURCE {
  WCM_CONNECTION_COST_SOURCE_DEFAULT = 0,
  WCM_CONNECTION_COST_SOURCE_GP = 1,
  WCM_CONNECTION_COST_SOURCE_USER = 2,
  WCM_CONNECTION_COST_SOURCE_OPERATOR = 3
} WCM_CONNECTION_COST_SOURCE, *PWCM_CONNECTION_COST_SOURCE;

Constants

 
WCM_CONNECTION_COST_SOURCE_DEFAULT
Value: 0
Default source.
WCM_CONNECTION_COST_SOURCE_GP
Value: 1
The source for the connection cost is Group Policy.
WCM_CONNECTION_COST_SOURCE_USER
Value: 2
The source for the connection cost is the user.
WCM_CONNECTION_COST_SOURCE_OPERATOR
Value: 3
The source for the connection cost is the operator.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header wcmapi.h