ホーム › NetworkManagement.WindowsNetworkVirtualization › WNV_OBJECT_TYPE
WNV_OBJECT_TYPE
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| WnvProviderAddressType | 0 | 0x0 |
| WnvCustomerAddressType | 1 | 0x1 |
| WnvObjectTypeMax | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WNV_OBJECT_TYPE : int {
WnvProviderAddressType = 0,
WnvCustomerAddressType = 1,
WnvObjectTypeMax = 2
} WNV_OBJECT_TYPE;public enum WNV_OBJECT_TYPE : int
{
WnvProviderAddressType = 0,
WnvCustomerAddressType = 1,
WnvObjectTypeMax = 2,
}Public Enum WNV_OBJECT_TYPE As Integer
WnvProviderAddressType = 0
WnvCustomerAddressType = 1
WnvObjectTypeMax = 2
End Enumimport enum
class WNV_OBJECT_TYPE(enum.IntEnum):
WnvProviderAddressType = 0
WnvCustomerAddressType = 1
WnvObjectTypeMax = 2// WNV_OBJECT_TYPE
pub const WnvProviderAddressType: i32 = 0;
pub const WnvCustomerAddressType: i32 = 1;
pub const WnvObjectTypeMax: i32 = 2;// WNV_OBJECT_TYPE
const (
WnvProviderAddressType int32 = 0
WnvCustomerAddressType int32 = 1
WnvObjectTypeMax int32 = 2
)const
WnvProviderAddressType = 0;
WnvCustomerAddressType = 1;
WnvObjectTypeMax = 2;// WNV_OBJECT_TYPE
pub const WnvProviderAddressType: i32 = 0;
pub const WnvCustomerAddressType: i32 = 1;
pub const WnvObjectTypeMax: i32 = 2;const
WnvProviderAddressType* = 0
WnvCustomerAddressType* = 1
WnvObjectTypeMax* = 2enum WNV_OBJECT_TYPE : int {
WnvProviderAddressType = 0,
WnvCustomerAddressType = 1,
WnvObjectTypeMax = 2,
}#define global WnvProviderAddressType 0x0
#define global WnvCustomerAddressType 0x1
#define global WnvObjectTypeMax 0x2