IWSDUdpMessageParameters::SetRetransmitParams (Windows Embedded CE 6.0)
1/6/2010
This method sets the values that WSD uses to determine how often to repeat the message transmission.
Syntax
HRESULT SetRetransmitParams(
WSDUdpRetransmitParams* pParams
);
Parameters
- pParams
[out] Pointer to a WSDUdpRetransmitParams structure. The structure contains values that determine how often WSD repeats the message transmission.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
Remarks
If you do not specify these values, WSD sends the message only once.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |