Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
| 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) |