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.
Retrieves the values that WSD uses to determine how often to repeat the message transmission.
Syntax
HRESULT GetRetransmitParams(
[out] WSDUdpRetransmitParams *pParams
);
Parameters
[out] 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 |
---|---|
|
Method completed successfully. |
|
pParams is NULL. |
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 |