IWSDUdpMessageParameters::GetRetransmitParams method (wsdbase.h)

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
S_OK
Method completed successfully.
E_POINTER
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

See also

IWSDUdpMessageParameters