Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_DEFAULTValue: 0 Default source.  | 
WCM_CONNECTION_COST_SOURCE_GPValue: 1 The source for the connection cost is Group Policy.  | 
WCM_CONNECTION_COST_SOURCE_USERValue: 2 The source for the connection cost is the user.  | 
WCM_CONNECTION_COST_SOURCE_OPERATORValue: 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 |