iphlpapi.h) (INTERFACE_TIMESTAMP_CAPABILITY_FLAGS 结构
此结构保留供系统使用,不应在代码中使用它。
语法
typedef struct _INTERFACE_TIMESTAMP_CAPABILITY_FLAGS {
BOOLEAN PtpV2OverUdpIPv4EventMsgReceiveHw;
BOOLEAN PtpV2OverUdpIPv4AllMsgReceiveHw;
BOOLEAN PtpV2OverUdpIPv4EventMsgTransmitHw;
BOOLEAN PtpV2OverUdpIPv4AllMsgTransmitHw;
BOOLEAN PtpV2OverUdpIPv6EventMsgReceiveHw;
BOOLEAN PtpV2OverUdpIPv6AllMsgReceiveHw;
BOOLEAN PtpV2OverUdpIPv6EventMsgTransmitHw;
BOOLEAN PtpV2OverUdpIPv6AllMsgTransmitHw;
BOOLEAN AllReceiveHw;
BOOLEAN AllTransmitHw;
BOOLEAN TaggedTransmitHw;
BOOLEAN AllReceiveSw;
BOOLEAN AllTransmitSw;
BOOLEAN TaggedTransmitSw;
} INTERFACE_TIMESTAMP_CAPABILITY_FLAGS, *PINTERFACE_TIMESTAMP_CAPABILITY_FLAGS;
成员
PtpV2OverUdpIPv4EventMsgReceiveHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv4AllMsgReceiveHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv4EventMsgTransmitHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv4AllMsgTransmitHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv6EventMsgReceiveHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv6AllMsgReceiveHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv6EventMsgTransmitHw
类型: BOOLEAN
保留。
PtpV2OverUdpIPv6AllMsgTransmitHw
类型: BOOLEAN
保留。
AllReceiveHw
类型: BOOLEAN
保留。
AllTransmitHw
类型: BOOLEAN
保留。
TaggedTransmitHw
类型: BOOLEAN
保留。
AllReceiveSw
类型: BOOLEAN
保留。
AllTransmitSw
类型: BOOLEAN
保留。
TaggedTransmitSw
类型: BOOLEAN
保留。
要求
要求 | 值 |
---|---|
Header | iphlpapi.h |