LBURPUpdateResult

Contains the result set of an LBURP operation.

Structure

  typedef struct lburpupdateresult {    int sequenceNumber;    int resultCode;    char *errorMsg;} LBURPUpdateResult;
  

Fields

sequenceNumber

Points to the sequence number used to specify the ordering of the LBURP operation.

resultCode

Points to the response code from the server.

errorMessage

Points to the error message from the server, may be NULL if no error messages are requested.