Share via


IWSDMessageParameters::GetLowerParameters (Compact 2013)

3/26/2014

This method retrieves message parameters from the layer below this layer in the protocol stack.

Syntax

HRESULT GetLowerParameters(
  IWSDMessageParameters** ppTxParams
);

Parameters

  • ppTxParams
    [out] An IWSDMessageParameters interface that you use to communicate message specific information up and down the protocol stack.

Return Value

The following table shows the possible error code return values.

Error code

Description

S_OK

This method completed successfully.

E_NOTIMPL

The method was not implemented.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

IWSDMessageParameters
Web Services on Devices Interfaces