IWSDEndpointProxy::GetErrorInfo (Windows Embedded CE 6.0)
1/6/2010
This method retrieves information on the last error.
Syntax
HRESULT GetErrorInfo(
const LPCWSTR* ppszErrorInfo
);
Parameters
- ppszErrorInfo
[out] Pointer to a buffer containing the data for the last recorded error.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
E_POINTER |
ppszErrorInfo is NULL. |
Remarks
The error information returned in ppszErrorInfo must be released with WSDFreeLinkedMemory when it is no longer required for use.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |