IWSDHttpMessageParameters::GetID (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the transport ID for the current transaction.

Syntax

HRESULT GetID(
  LPCWSTR* ppszId
);

Parameters

  • ppszId
    [out] Pointer used to return the transport ID for the current transaction. Do not deallocate this pointer.

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

E_INVALIDARG

ppszId is NULL.

E_FAIL

The transport ID is not available.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDHttpMessageParameters
Web Services on Devices Interfaces