Share via


WatsonUploadResponse (Windows Embedded CE 6.0)

1/5/2010

This callback function delivers report parameters to the upload client user interface after successful upload.

Syntax

HRESULT WatsonUploadResponse(
    BucketResponse* pBucketResponse
);

Parameters

  • pBucketResponse
    [in] Response from watson.microsoft.com website server.

Remarks

The following table shows return values for this function.

Value Description

S_OK

Function successful.

E_FAIL

Unspecified failure.

Remarks

The website server calls this function after receiving notification from the server after a successful upload.

The function gives the bucket ID and table for the report and possibly a URL for user feedback.

For more information, see _BucketResponse.

Requirements

Header dwui.h
Library DwUI.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

Report Upload Client Functions
Dump File Bucketing