Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
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 |