IWSDUdpMessageParameters::SetRetransmitParams method (wsdbase.h)

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

Syntax

HRESULT SetRetransmitParams(
  [in] const WSDUdpRetransmitParams *pParams
);

Parameters

[in] pParams

Pointer to a WSDUdpRetransmitParams structure. The structure contains values that determine how often WSD repeats the message transmission.

Return value

Possible return values include, but are not limited to, the following:

Return code Description
S_OK
Method completed successfully.

Remarks

If you do not specify these values, WSD sends the message only once.

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
DLL Wsdapi.dll

See also

IWSDUdpMessageParameters