A structure that represents a response message for support callbacks.
typedef struct support_response {
unsigned short version_major ;
unsigned short version_minor ;
char info [0];
}support_response_t;
BlackBerry 10.2.0
The response message includes a version number, which is made up of a major version number (version_major) and a minor version number (version_minor).