iResponseType (Compact 2013)
3/26/2014
This enumeration lists the types of display responses the Watson upload server offers, used in the _BucketResponse structure.
Syntax
enum {
ResponseTypeMin = 0,
ResponseTypeDialogLink = 0,
ResponseTypeAutolaunch = 1,
ResponseTypeDialogSurvey = 2,
ResponseTypeLightweight = 3,
ResponseTypeMax = 4,
};
Elements
- ResponseTypeMin
Lower bound for enumeration.
- ResponseTypeDialogLink
Dialog with URL link to more information.
- ResponseTypeAutolaunch
Indicator to launch Internet Explorer with URL.
- ResponseTypeDialogSurvey
Dialog with URL link to survey.
- ResponseTypeLightweight
Launch lightweight Internet Explorer with URL.
- ResponseTypeMax
Upper bound of enumeration.
Requirements
Header |
dwui.h |
Library |
DwUI.dll |