Share via


IWSDUdpMessageParameters::GetRetransmitParams (Compact 2013)

3/26/2014

This method retrieves the values that WSD uses to determine how often to repeat the message transmission.

Syntax

HRESULT GetRetransmitParams(
  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.

E_POINTER

pParams is NULL.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

IWSDUdpMessageParameters
Web Services on Devices Interfaces