IWSDMessageParameters::GetLowerParameters (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |