IWSDUdpMessageParameters interface (wsdbase.h)

Use this interface to specify how often WSD repeats the message transmission.

To get this interface from a UDP message sent during discovery, call the QueryInterface method of IWSDMessageParameters passing __uuidof(IWSDUdpMessageParameters) as the interface identifier.

You can also call WSDCreateUdpMessageParameters to retrieve this interface.

Inheritance

The IWSDUdpMessageParameters interface inherits from IWSDMessageParameters. IWSDUdpMessageParameters also has these types of members:

Methods

The IWSDUdpMessageParameters interface has these methods.

 
IWSDUdpMessageParameters::GetRetransmitParams

Retrieves the values that WSD uses to determine how often to repeat the message transmission.
IWSDUdpMessageParameters::SetRetransmitParams

Sets the values that WSD uses to determine how often to repeat the message transmission.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdbase.h

See also

IWSDMessageParameters