IWSDHttpMessageParameters::GetID (Compact 2013)
3/26/2014
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 |
See Also
Reference
IWSDHttpMessageParameters
Web Services on Devices Interfaces