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

QOS_SET_FLOW

列挙型
基底型i4

メンバー 3

名前10進16進
QOSSetTrafficType00x0
QOSSetOutgoingRate10x1
QOSSetOutgoingDSCPValue20x2

各言語での定義

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

typedef enum QOS_SET_FLOW : int {
    QOSSetTrafficType = 0,
    QOSSetOutgoingRate = 1,
    QOSSetOutgoingDSCPValue = 2
} QOS_SET_FLOW;
public enum QOS_SET_FLOW : int
{
    QOSSetTrafficType = 0,
    QOSSetOutgoingRate = 1,
    QOSSetOutgoingDSCPValue = 2,
}
Public Enum QOS_SET_FLOW As Integer
    QOSSetTrafficType = 0
    QOSSetOutgoingRate = 1
    QOSSetOutgoingDSCPValue = 2
End Enum
import enum

class QOS_SET_FLOW(enum.IntEnum):
    QOSSetTrafficType = 0
    QOSSetOutgoingRate = 1
    QOSSetOutgoingDSCPValue = 2
// QOS_SET_FLOW
pub const QOSSetTrafficType: i32 = 0;
pub const QOSSetOutgoingRate: i32 = 1;
pub const QOSSetOutgoingDSCPValue: i32 = 2;
// QOS_SET_FLOW
const (
	QOSSetTrafficType int32 = 0
	QOSSetOutgoingRate int32 = 1
	QOSSetOutgoingDSCPValue int32 = 2
)
const
  QOSSetTrafficType = 0;
  QOSSetOutgoingRate = 1;
  QOSSetOutgoingDSCPValue = 2;
// QOS_SET_FLOW
pub const QOSSetTrafficType: i32 = 0;
pub const QOSSetOutgoingRate: i32 = 1;
pub const QOSSetOutgoingDSCPValue: i32 = 2;
const
  QOSSetTrafficType* = 0
  QOSSetOutgoingRate* = 1
  QOSSetOutgoingDSCPValue* = 2
enum QOS_SET_FLOW : int {
    QOSSetTrafficType = 0,
    QOSSetOutgoingRate = 1,
    QOSSetOutgoingDSCPValue = 2,
}
#define global QOSSetTrafficType       0x0
#define global QOSSetOutgoingRate      0x1
#define global QOSSetOutgoingDSCPValue 0x2