ResponseData

This structure is used by GetResponse to retrieve the data from the database or from the buffer for the response being modified.

Syntax

typedef struct response_data
{
   char value_text[COMMENT_SIZE + 1];
   char data_comment[COMMENT_SIZE + 1];
}ResponseData;

Parameters

value_text (out)

data_comment (out)

Used in Function

GetResponse