dl_menugoal structure
The dl_menugoal structure is contained within the query_output structure. The dl_menugoal structure is defined in diag_log.h.
The query_fru structure is defined as:
typedef struct _log_menugoal {
char *id;
char *text;
}dl_menugoal;
Item | Description |
---|---|
id | Six digit menu number. |
text | Translated menugoal text. |