次の方法で共有


WatsonUploadResponse (Compact 2013)

3/26/2014

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

See Also

Reference

Report Upload Client Functions