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