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

QOS_NOTIFY_FLOW

列挙型
基底型i4

メンバー 3

名前10進16進
QOSNotifyCongested00x0
QOSNotifyUncongested10x1
QOSNotifyAvailable20x2

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum QOS_NOTIFY_FLOW : int {
    QOSNotifyCongested = 0,
    QOSNotifyUncongested = 1,
    QOSNotifyAvailable = 2
} QOS_NOTIFY_FLOW;
public enum QOS_NOTIFY_FLOW : int
{
    QOSNotifyCongested = 0,
    QOSNotifyUncongested = 1,
    QOSNotifyAvailable = 2,
}
Public Enum QOS_NOTIFY_FLOW As Integer
    QOSNotifyCongested = 0
    QOSNotifyUncongested = 1
    QOSNotifyAvailable = 2
End Enum
import enum

class QOS_NOTIFY_FLOW(enum.IntEnum):
    QOSNotifyCongested = 0
    QOSNotifyUncongested = 1
    QOSNotifyAvailable = 2
// QOS_NOTIFY_FLOW
pub const QOSNotifyCongested: i32 = 0;
pub const QOSNotifyUncongested: i32 = 1;
pub const QOSNotifyAvailable: i32 = 2;
// QOS_NOTIFY_FLOW
const (
	QOSNotifyCongested int32 = 0
	QOSNotifyUncongested int32 = 1
	QOSNotifyAvailable int32 = 2
)
const
  QOSNotifyCongested = 0;
  QOSNotifyUncongested = 1;
  QOSNotifyAvailable = 2;
// QOS_NOTIFY_FLOW
pub const QOSNotifyCongested: i32 = 0;
pub const QOSNotifyUncongested: i32 = 1;
pub const QOSNotifyAvailable: i32 = 2;
const
  QOSNotifyCongested* = 0
  QOSNotifyUncongested* = 1
  QOSNotifyAvailable* = 2
enum QOS_NOTIFY_FLOW : int {
    QOSNotifyCongested = 0,
    QOSNotifyUncongested = 1,
    QOSNotifyAvailable = 2,
}
#define global QOSNotifyCongested   0x0
#define global QOSNotifyUncongested 0x1
#define global QOSNotifyAvailable   0x2