WSDUdpMessageType enumeration (wsdbase.h)
Identifies the type of UDP message.
Syntax
typedef enum _WSDUdpMessageType {
ONE_WAY = 0,
TWO_WAY
} WSDUdpMessageType;
Constants
ONE_WAY Value: 0 The message is a one-way UDP message without a corresponding response. Hello and Bye messages are one-way messages. |
TWO_WAY The message is a two-way UDP message with a corresponding response. Probe and Resolve messages are two-way messages. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wsdbase.h (include Wsdapi.h) |