WCM_PROPERTY enumeration (wcmapi.h)
The WCM_PROPERTY enumerated type specifies a property of a connection.
Syntax
typedef enum _WCM_PROPERTY {
wcm_global_property_domain_policy,
wcm_global_property_minimize_policy,
wcm_global_property_roaming_policy,
wcm_global_property_powermanagement_policy,
wcm_intf_property_connection_cost,
wcm_intf_property_dataplan_status,
wcm_intf_property_hotspot_profile
} WCM_PROPERTY, *PWCM_PROPERTY;
Constants
wcm_global_property_domain_policy Domain policy. |
wcm_global_property_minimize_policy Minimize policy. |
wcm_global_property_roaming_policy Roaming policy. |
wcm_global_property_powermanagement_policy Power management policy. |
wcm_intf_property_connection_cost The cost level and flags for the connection |
wcm_intf_property_dataplan_status The plan data associated with the new cost. |
wcm_intf_property_hotspot_profile The hotspot profile. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wcmapi.h |