Share via


_BucketResponse (Windows Embedded CE 6.0)

1/5/2010

This structure is used by WatsonUploadResponse to describe the upload server response to a report upload.

Syntax

typedef struct _BucketResponse {
  BOOL fUploadSucceeded;
  DWORD dwUploadError;
  char* pchUploadFile;
  int iBucket;
  int iBucketTable;
  char* pchResponse;
  int iResponseType;
} BucketResponse;

Members

  • fUploadSucceeded
    Flag indicating success of upload.

    Set to TRUE if upload succeeds.

  • dwUploadError
    Error code for an upload failure.
  • pchUploadFile
    Pointer to name of uploaded file.
  • iBucket
    Identifier number for bucket.
  • iBucketTable
    Identifier number for bucket log table.
  • pchResponse
    Server response string.
  • iResponseType
    Setting for server response from iResponseType enumeration.

Remarks

The pchResponse member of this structure can be NULL or 1 to indicate no response string exists. Otherwise, this member contains a URL to display according to the value of the iResponseType enumeration.

Requirements

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

See Also

Reference

WatsonUploadResponse

Concepts

Report Upload Client Structures