INTERFACE_TIMESTAMP_CAPABILITY_FLAGS structure (iphlpapi.h)
This structure is reserved for system use, and you should not use it in your code.
Syntax
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;
Members
PtpV2OverUdpIPv4EventMsgReceiveHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv4AllMsgReceiveHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv4EventMsgTransmitHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv4AllMsgTransmitHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv6EventMsgReceiveHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv6AllMsgReceiveHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv6EventMsgTransmitHw
Type: BOOLEAN
Reserved.
PtpV2OverUdpIPv6AllMsgTransmitHw
Type: BOOLEAN
Reserved.
AllReceiveHw
Type: BOOLEAN
Reserved.
AllTransmitHw
Type: BOOLEAN
Reserved.
TaggedTransmitHw
Type: BOOLEAN
Reserved.
AllReceiveSw
Type: BOOLEAN
Reserved.
AllTransmitSw
Type: BOOLEAN
Reserved.
TaggedTransmitSw
Type: BOOLEAN
Reserved.
Requirements
Requirement | Value |
---|---|
Header | iphlpapi.h |