Win32 API 日本語リファレンス
ホームNetworkManagement.WindowsConnectionManager › WCM_PROPERTY

WCM_PROPERTY

列挙型
基底型i4

メンバー 7

名前10進16進
wcm_global_property_domain_policy00x0
wcm_global_property_minimize_policy10x1
wcm_global_property_roaming_policy20x2
wcm_global_property_powermanagement_policy30x3
wcm_intf_property_connection_cost40x4
wcm_intf_property_dataplan_status50x5
wcm_intf_property_hotspot_profile60x6

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 6
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,
}
#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