ホーム › NetworkManagement.WindowsConnectionManager › WCM_PROPERTY
WCM_PROPERTY
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| wcm_global_property_domain_policy | 0 | 0x0 |
| wcm_global_property_minimize_policy | 1 | 0x1 |
| wcm_global_property_roaming_policy | 2 | 0x2 |
| wcm_global_property_powermanagement_policy | 3 | 0x3 |
| wcm_intf_property_connection_cost | 4 | 0x4 |
| wcm_intf_property_dataplan_status | 5 | 0x5 |
| wcm_intf_property_hotspot_profile | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WCM_PROPERTY : int {
wcm_global_property_domain_policy = 0,
wcm_global_property_minimize_policy = 1,
wcm_global_property_roaming_policy = 2,
wcm_global_property_powermanagement_policy = 3,
wcm_intf_property_connection_cost = 4,
wcm_intf_property_dataplan_status = 5,
wcm_intf_property_hotspot_profile = 6
} WCM_PROPERTY;public enum WCM_PROPERTY : int
{
wcm_global_property_domain_policy = 0,
wcm_global_property_minimize_policy = 1,
wcm_global_property_roaming_policy = 2,
wcm_global_property_powermanagement_policy = 3,
wcm_intf_property_connection_cost = 4,
wcm_intf_property_dataplan_status = 5,
wcm_intf_property_hotspot_profile = 6,
}Public Enum WCM_PROPERTY As Integer
wcm_global_property_domain_policy = 0
wcm_global_property_minimize_policy = 1
wcm_global_property_roaming_policy = 2
wcm_global_property_powermanagement_policy = 3
wcm_intf_property_connection_cost = 4
wcm_intf_property_dataplan_status = 5
wcm_intf_property_hotspot_profile = 6
End Enumimport enum
class WCM_PROPERTY(enum.IntEnum):
wcm_global_property_domain_policy = 0
wcm_global_property_minimize_policy = 1
wcm_global_property_roaming_policy = 2
wcm_global_property_powermanagement_policy = 3
wcm_intf_property_connection_cost = 4
wcm_intf_property_dataplan_status = 5
wcm_intf_property_hotspot_profile = 6// WCM_PROPERTY
pub const wcm_global_property_domain_policy: i32 = 0;
pub const wcm_global_property_minimize_policy: i32 = 1;
pub const wcm_global_property_roaming_policy: i32 = 2;
pub const wcm_global_property_powermanagement_policy: i32 = 3;
pub const wcm_intf_property_connection_cost: i32 = 4;
pub const wcm_intf_property_dataplan_status: i32 = 5;
pub const wcm_intf_property_hotspot_profile: i32 = 6;// WCM_PROPERTY
const (
wcm_global_property_domain_policy int32 = 0
wcm_global_property_minimize_policy int32 = 1
wcm_global_property_roaming_policy int32 = 2
wcm_global_property_powermanagement_policy int32 = 3
wcm_intf_property_connection_cost int32 = 4
wcm_intf_property_dataplan_status int32 = 5
wcm_intf_property_hotspot_profile int32 = 6
)const
wcm_global_property_domain_policy = 0;
wcm_global_property_minimize_policy = 1;
wcm_global_property_roaming_policy = 2;
wcm_global_property_powermanagement_policy = 3;
wcm_intf_property_connection_cost = 4;
wcm_intf_property_dataplan_status = 5;
wcm_intf_property_hotspot_profile = 6;// WCM_PROPERTY
pub const wcm_global_property_domain_policy: i32 = 0;
pub const wcm_global_property_minimize_policy: i32 = 1;
pub const wcm_global_property_roaming_policy: i32 = 2;
pub const wcm_global_property_powermanagement_policy: i32 = 3;
pub const wcm_intf_property_connection_cost: i32 = 4;
pub const wcm_intf_property_dataplan_status: i32 = 5;
pub const wcm_intf_property_hotspot_profile: i32 = 6;const
wcm_global_property_domain_policy* = 0
wcm_global_property_minimize_policy* = 1
wcm_global_property_roaming_policy* = 2
wcm_global_property_powermanagement_policy* = 3
wcm_intf_property_connection_cost* = 4
wcm_intf_property_dataplan_status* = 5
wcm_intf_property_hotspot_profile* = 6enum WCM_PROPERTY : int {
wcm_global_property_domain_policy = 0,
wcm_global_property_minimize_policy = 1,
wcm_global_property_roaming_policy = 2,
wcm_global_property_powermanagement_policy = 3,
wcm_intf_property_connection_cost = 4,
wcm_intf_property_dataplan_status = 5,
wcm_intf_property_hotspot_profile = 6,
}#define global wcm_global_property_domain_policy 0x0
#define global wcm_global_property_minimize_policy 0x1
#define global wcm_global_property_roaming_policy 0x2
#define global wcm_global_property_powermanagement_policy 0x3
#define global wcm_intf_property_connection_cost 0x4
#define global wcm_intf_property_dataplan_status 0x5
#define global wcm_intf_property_hotspot_profile 0x6